自动路由-bug版

This commit is contained in:
2025-08-21 11:19:59 +08:00
parent 22ca45510b
commit 36950ab424
27 changed files with 677 additions and 133 deletions

6
components.d.ts vendored
View File

@ -24,11 +24,15 @@ declare module 'vue' {
DMenu: typeof import('vue-devui/menu/index.es.js')['Menu']
DMenuItem: typeof import('vue-devui/menu/index.es.js')['MenuItem']
DModal: typeof import('vue-devui/modal/index.es.js')['Modal']
DPopover: typeof import('vue-devui/popover/index.es.js')['Popover']
DSearch: typeof import('vue-devui/search/index.es.js')['Search']
DSelect: typeof import('vue-devui/select/index.es.js')['Select']
DTab: typeof import('vue-devui/tabs/index.es.js')['Tab']
DTabs: typeof import('vue-devui/tabs/index.es.js')['Tabs']
DUpload: typeof import('vue-devui/upload/index.es.js')['Upload']
HomeSide: typeof import('./src/components/homeSide.vue')['default']
Menu: typeof import('./src/components/menu.vue')['default']
Menu: typeof import('./src/components/menuH.vue')['default']
MenuH: typeof import('./src/components/menuH.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}