add: 把Icon、DictTag添加到全局
parent
e87df6439f
commit
2c50854be1
|
@ -1,6 +1,7 @@
|
|||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Icon: typeof import('../components/Icon/src/Icon.vue')['default']
|
||||
Icon: typeof import('@/components/Icon')['Icon']
|
||||
DictTag: typeof import('@/components/DictTag')['DictTag']
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue