init:低代码初始化

This commit is contained in:
lhj
2024-07-26 23:53:38 +08:00
commit 9306a02d1e
20 changed files with 5897 additions and 0 deletions

12
components.d.ts vendored Normal file
View File

@ -0,0 +1,12 @@
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
VueDemo: typeof import('./src/components/VueDemo.vue')['default']
}
}