Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 19:09:21 +08:00

perf: 移除冗余的文件

This commit is contained in:
pany 2024-12-02 17:17:48 +08:00
parent ebb8e808d4
commit df3f209be9

View File

@ -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
}
}