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

docs: 删除 global-components.d.ts 注释多余的括号 (#221)

This commit is contained in:
ClariS 2024-12-02 10:22:18 +08:00 committed by GitHub
parent 392927884b
commit 503e2d8487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ import type SvgIcon from "@@/components/SvgIcon/index.vue"
export {}
// 由 app.component 全局注册的组件需要在这里声明 TS 类型才能获得 Volar 插件提供的类型提示
// 由 app.component 全局注册的组件需要在这里声明 TS 类型才能获得 Volar 插件提供的类型提示
declare module "vue" {
export interface GlobalComponents {
SvgIcon: typeof SvgIcon