From 1f71044cff44c4bc795b2e9047c1500589cf7762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Thu, 14 Dec 2023 00:25:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20=E9=83=A8=E5=88=86?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/tagsView.ts | 2 +- vite.config.ts | 3 --- 2 files changed, 1 insertion(+), 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([]); 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 @@ export default defineConfig(({ mode, command }: ConfigEnv): UserConfig => { '@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',