From 1f71044cff44c4bc795b2e9047c1500589cf7762 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期四, 14 十二月 2023 00:25:54 +0800
Subject: [PATCH] fix 修复 部分问题
---
vite.config.ts | 3 ---
src/store/modules/tagsView.ts | 2 +-
2 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/store/modules/tagsView.ts b/src/store/modules/tagsView.ts
index 3456b38..7014cd9 100644
--- a/src/store/modules/tagsView.ts
+++ b/src/store/modules/tagsView.ts
@@ -1,4 +1,4 @@
-import { TagView, RouteRecordNormalized } from 'vue-router';
+import { TagView, RouteRecordNormalized, RouteLocationNormalized } from 'vue-router';
export const useTagsViewStore = defineStore('tagsView', () => {
const visitedViews = ref<TagView[]>([]);
diff --git a/vite.config.ts b/vite.config.ts
index 788aace..e323dc7 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -64,11 +64,8 @@
'@vueuse/core',
'path-to-regexp',
'echarts',
- '@wangeditor/editor',
- '@wangeditor/editor-for-vue',
'vue-i18n',
'@vueup/vue-quill',
- '@iconify/iconify',
'element-plus/es/components/form/style/css',
'element-plus/es/components/form-item/style/css',
--
Gitblit v1.9.3