xq feat:"完成了标签页只能同时存在五个"
This commit is contained in:
@ -52,7 +52,7 @@ const router = useRouter();
|
||||
const visitedViews = computed(() => useTagsViewStore().getVisitedViews());
|
||||
const routes = computed(() => usePermissionStore().getRoutes());
|
||||
const theme = computed(() => useSettingsStore().theme);
|
||||
const tagsIcon = computed(() => useSettingsStore().tagsIcon)
|
||||
const tagsIcon = computed(() => useSettingsStore().tagsIcon);
|
||||
|
||||
watch(route, () => {
|
||||
addTags();
|
||||
|
Reference in New Issue
Block a user