From 01d619a85715fab1493247dd6c9aa7a887322c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 23 Dec 2024 12:19:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=A3=B0=E6=98=8E=EF=BC=8C=E5=B0=86=E6=A8=A1=E5=9D=97=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E4=BB=8E=20'@vue/runtime-dom'=20=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20'vue'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/shims/unocss.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/shims/unocss.ts b/src/types/shims/unocss.ts index 827d171..e3214ad 100644 --- a/src/types/shims/unocss.ts +++ b/src/types/shims/unocss.ts @@ -11,7 +11,7 @@ // interface HTMLAttributes extends Partial> {} // } -declare module '@vue/runtime-dom' { +declare module 'vue' { // eslint-disable-next-line @typescript-eslint/no-empty-object-type interface HTMLAttributes extends Partial> {}