fix 修复 部分问题
This commit is contained in:
parent
f32a7105c3
commit
1f71044cff
@ -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[]>([]);
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user