🐛修复(antd): 修复antd组件按需导入失败bug
This commit is contained in:
4
components.d.ts
vendored
4
components.d.ts
vendored
@@ -7,9 +7,13 @@ export {}
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AButton: typeof import('ant-design-vue/es')['Button']
|
||||
ECharts: typeof import('./src/components/echarts/ECharts.vue')['default']
|
||||
LoginPage: typeof import('./src/views/login/LoginPage.vue')['default']
|
||||
Photo: typeof import('./src/components/photo/photo.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
SvgIcon: typeof import('./src/components/svgIcon/SvgIcon.vue')['default']
|
||||
Tip: typeof import('./src/components/tip/tip.vue')['default']
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user