Browse Source

fix: 类型报错

dap 1 year ago
parent
commit
57fd309907
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/types/global.d.ts

+ 0 - 2
src/types/global.d.ts

@@ -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>;
 
 
   /**
   /**
    * 界面字段隐藏属性
    * 界面字段隐藏属性