Explorar el Código

fix: 类型报错

dap hace 11 meses
padre
commit
57fd309907
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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 {
   /** vue Instance */
   declare type ComponentInternalInstance = ComponentInstance;
-  /**vue */
-  declare type PropType<T> = VuePropType<T>;
 
   /**
    * 界面字段隐藏属性