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