From b89e9cee7f7dd34b957020cea57be39c261299bc Mon Sep 17 00:00:00 2001 From: lau <1807121535@qq.com> Date: Sun, 28 Sep 2025 10:23:17 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=8C=82=E8=BD=BD=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E6=94=B9=E4=B8=BA=E6=93=8D=E4=BD=9Cvue?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/module.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/module.d.ts b/src/types/module.d.ts index 3b2f378..6929776 100644 --- a/src/types/module.d.ts +++ b/src/types/module.d.ts @@ -12,7 +12,7 @@ import type { LanguageType } from '@/lang'; export {}; -declare module '@vue/runtime-core' { +declare module 'vue' { interface ComponentCustomProperties { // 全局方法声明 $modal: typeof modal; -- Gitee