add: 把Icon、DictTag添加到全局

main
puhui999 3 years ago
parent e87df6439f
commit 2c50854be1

@ -1,6 +1,7 @@
declare module 'vue' { declare module 'vue' {
export interface GlobalComponents { 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…
Cancel
Save