From 57fd3099078bc0d6ebeb49c727107eab1acce6bd Mon Sep 17 00:00:00 2001 From: dap Date: Wed, 29 May 2024 09:32:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B1=BB=E5=9E=8B=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/global.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/types/global.d.ts b/src/types/global.d.ts index 17476a3..229e181 100644 --- a/src/types/global.d.ts +++ b/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 = VuePropType; /** * 界面字段隐藏属性