From b2d818fc30db24a47d420f26f9fa29ecb7f8b801 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 15 Jan 2025 21:08:22 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BE=9D=E8=B5=96=E5=BA=93=E6=97=A0?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=A3=B0=E6=98=8E=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/typings/vite-env.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/typings/vite-env.d.ts b/src/typings/vite-env.d.ts index 5e910109..efc1d57f 100644 --- a/src/typings/vite-env.d.ts +++ b/src/typings/vite-env.d.ts @@ -7,8 +7,10 @@ declare module '*.vue' { export default component; } +// "vue3-smooth-dnd": "^0.0.6" declare module 'vue3-smooth-dnd'; +// "intl-tel-input": "^25.2.0" declare module 'intl-tel-input/intlTelInputWithUtils' { import intlTelInput from 'intl-tel-input'; export default intlTelInput;