From 3b208cab33978ad88171008b273262de5e0a50bf Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期六, 18 十一月 2023 14:35:27 +0800
Subject: [PATCH] 修改
---
env.d.ts | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/env.d.ts b/env.d.ts
index b3f1432..56997d1 100644
--- a/env.d.ts
+++ b/env.d.ts
@@ -5,3 +5,9 @@
const component: FunctionalComponent<SVGAttributes>
export default component
}
+declare module '*.vue' {
+ import type { DefineComponent } from 'vue'
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ const component: DefineComponent<object, object, any>
+ export default component
+}
--
Gitblit v1.8.0