perf: 移除冗余的文件
This commit is contained in:
parent
ebb8e808d4
commit
df3f209be9
10
types/global-components.d.ts
vendored
10
types/global-components.d.ts
vendored
@ -1,10 +0,0 @@
|
|||||||
import type SvgIcon from "@@/components/SvgIcon/index.vue"
|
|
||||||
|
|
||||||
export {}
|
|
||||||
|
|
||||||
// 由 app.component 全局注册的组件需要在这里声明 TS 类型才能获得 Volar 插件提供的类型提示
|
|
||||||
declare module "vue" {
|
|
||||||
export interface GlobalComponents {
|
|
||||||
SvgIcon: typeof SvgIcon
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user