add alpha branch
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { App } from "vue";
|
||||
import Component from "./index.vue";
|
||||
import type { IDefineComponent } from "../type/index";
|
||||
import type { IDefineComponent } from "../../types/index";
|
||||
|
||||
Component.install = (app: App) => {
|
||||
app.component(Component.name || "LayCard ", Component);
|
||||
|
||||
Reference in New Issue
Block a user