From 27f42527c4f060d4b0354ff79690262fe287e641 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 24 一月 2024 11:57:15 +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