mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-13 18:35:07 +08:00
初始化项目,自 v1.7.1 版本开始
This commit is contained in:
7
types/components.d.ts
vendored
Normal file
7
types/components.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Icon: typeof import('../components/Icon/src/Icon.vue')['default']
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
Reference in New Issue
Block a user