兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-12-14 1f71044cff44c4bc795b2e9047c1500589cf7762
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[]>([]);