Files
catchAdmin/resources/admin/components/catchForm/components/Tree/index.ts
2024-04-23 13:12:02 +08:00

8 lines
101 B
TypeScript

import Tree from './Tree.vue'
export default {
name: 'tree',
type: 'basic',
component: Tree
}