From b0dada24ccf8bebf143a921ae01d6cc95d378f6e Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 08 一月 2026 16:41:19 +0800
Subject: [PATCH] 修改bug
---
src/env.d.ts | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/env.d.ts b/src/env.d.ts
new file mode 100644
index 0000000..ff58896
--- /dev/null
+++ b/src/env.d.ts
@@ -0,0 +1,11 @@
+/// <reference types="vite/client" />
+/// <reference types="@dcloudio/types" />
+
+declare module '*.vue' {
+ import { DefineComponent } from 'vue'
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
+ const component: DefineComponent<{}, {}, any>
+ export default component
+}
+declare module "uview-plus";
+declare module 'mqtt/dist/mqtt';
\ No newline at end of file
--
Gitblit v1.9.3