fix: 类型报错
This commit is contained in:
parent
7a335b3438
commit
57fd309907
2
src/types/global.d.ts
vendored
2
src/types/global.d.ts
vendored
@ -4,8 +4,6 @@ import { LanguageEnum } from '@/enums/LanguageEnum';
|
|||||||
declare global {
|
declare global {
|
||||||
/** vue Instance */
|
/** vue Instance */
|
||||||
declare type ComponentInternalInstance = ComponentInstance;
|
declare type ComponentInternalInstance = ComponentInstance;
|
||||||
/**vue */
|
|
||||||
declare type PropType<T> = VuePropType<T>;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 界面字段隐藏属性
|
* 界面字段隐藏属性
|
||||||
|
Loading…
x
Reference in New Issue
Block a user