|
|
@@ -8,6 +8,7 @@ export {}
|
|
|
/* prettier-ignore */
|
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
+ AppMain: typeof import('./src/layout/components/AppMain.vue')['default']
|
|
|
Dashboard: typeof import('./src/views/Dashboard/index.vue')['default']
|
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
|
ElCard: typeof import('element-plus/es')['ElCard']
|
|
|
@@ -26,7 +27,6 @@ declare module 'vue' {
|
|
|
SidebarItem: typeof import('./src/layout/components/Sidebar/SidebarItem.vue')['default']
|
|
|
SidebarItemLink: typeof import('./src/layout/components/Sidebar/SidebarItemLink.vue')['default']
|
|
|
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
|
|
|
- Test: typeof import('./src/views/Dashboard/test.vue')['default']
|
|
|
User: typeof import('./src/views/system/user/index.vue')['default']
|
|
|
}
|
|
|
}
|