init
This commit is contained in:
8
types/components.d.ts
vendored
Normal file
8
types/components.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Icon: typeof import('@/components/Icon')['Icon']
|
||||
DictTag: typeof import('@/components/DictTag')['DictTag']
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
Reference in New Issue
Block a user