From 776b9fbf0c6989fbe90ce59dcac00f27df80d621 Mon Sep 17 00:00:00 2001 From: thiszhc <2029364173@qq.com> Date: Sat, 15 Jul 2023 00:08:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DVueTypes.extend=20is=20deprec?= =?UTF-8?q?ated.=E8=AD=A6=E5=91=8A=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/propTypes.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils/propTypes.ts b/src/utils/propTypes.ts index d0e713f..2f31820 100644 --- a/src/utils/propTypes.ts +++ b/src/utils/propTypes.ts @@ -1,6 +1,5 @@ import { CSSProperties } from 'vue'; -import VueTypes, { toType, toValidableType } from 'vue-types' -import { createTypes, VueTypeValidableDef, VueTypesInterface } from 'vue-types'; +import VueTypes, { createTypes, toValidableType, VueTypeValidableDef, VueTypesInterface } from 'vue-types'; type PropTypes = VueTypesInterface & { readonly style: VueTypeValidableDef;