docs: 删除 global-components.d.ts 注释多余的括号 (#221)
This commit is contained in:
parent
392927884b
commit
503e2d8487
2
types/global-components.d.ts
vendored
2
types/global-components.d.ts
vendored
@ -2,7 +2,7 @@ import type SvgIcon from "@@/components/SvgIcon/index.vue"
|
|||||||
|
|
||||||
export {}
|
export {}
|
||||||
|
|
||||||
// 由 app.component 全局注册的组件需要在这里声明 TS 类型才能获得 Volar 插件提供的类型提示)
|
// 由 app.component 全局注册的组件需要在这里声明 TS 类型才能获得 Volar 插件提供的类型提示
|
||||||
declare module "vue" {
|
declare module "vue" {
|
||||||
export interface GlobalComponents {
|
export interface GlobalComponents {
|
||||||
SvgIcon: typeof SvgIcon
|
SvgIcon: typeof SvgIcon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user