添加属性编辑器

This commit is contained in:
lhj
2024-10-08 23:45:55 +08:00
parent b813c09edd
commit 3f589622a8
4 changed files with 39 additions and 30 deletions

1
components.d.ts vendored
View File

@ -13,6 +13,7 @@ declare module 'vue' {
MainView: typeof import('./src/components/MainView.vue')['default']
NestedDirective: typeof import('./src/components/NestedDirective.vue')['default']
NestedFunction: typeof import('./src/components/NestedFunction.vue')['default']
PropertyEditor: typeof import('./src/components/PropertyEditor.vue')['default']
TestComponent: typeof import('./src/components/TestComponent.vue')['default']
VueDemo: typeof import('./src/components/VueDemo.vue')['default']
}