瀏覽代碼

fix 修复 部分问题

疯狂的狮子Li 1 年之前
父節點
當前提交
1f71044cff
共有 2 個文件被更改,包括 1 次插入4 次删除
  1. 1 1
      src/store/modules/tagsView.ts
  2. 0 3
      vite.config.ts

+ 1 - 1
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[]>([]);

+ 0 - 3
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',