push
This commit is contained in:
9
lib/component/tree/index.ts
Normal file
9
lib/component/tree/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { App } from 'vue';
|
||||
import nsTree from './tree.vue';
|
||||
import nsTreeApi from './tree-api.vue';
|
||||
|
||||
export const NsTree = function (app: App) {
|
||||
app.component(nsTree.name, nsTree);
|
||||
app.component(nsTreeApi.name, nsTreeApi);
|
||||
return app;
|
||||
};
|
||||
Reference in New Issue
Block a user