From d16f70601ba65401955ac730a1fb8f78e4c2b347 Mon Sep 17 00:00:00 2001 From: Tianpao Date: Sun, 16 Nov 2025 14:35:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A0=E6=B3=95=E6=89=BE=E5=88=B0vue?= =?UTF-8?q?=E7=9A=84=E5=A3=B0=E6=98=8E=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/env.d.ts b/env.d.ts index 11f02fe..1dd9e99 100644 --- a/env.d.ts +++ b/env.d.ts @@ -1 +1,6 @@ /// +declare module '*.vue' { + import { ComponentOptions } from 'vue' + const componentOptions: ComponentOptions + export default componentOptions +}