From a334208af82b102e1d1bbc91b44753b04c0ed0de Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期五, 27 十月 2023 14:48:56 +0800
Subject: [PATCH] feat: 添加dashboard布局组件

---
 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