|
@@ -208,7 +208,7 @@ function filterAffixTags(routes, basePath = '') {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function initTags() {
|
|
function initTags() {
|
|
|
- if (tagsViewPersist) {
|
|
|
|
|
|
|
+ if (tagsViewPersist.value) {
|
|
|
useTagsViewStore().loadPersistedViews()
|
|
useTagsViewStore().loadPersistedViews()
|
|
|
}
|
|
}
|
|
|
const res = filterAffixTags(routes.value)
|
|
const res = filterAffixTags(routes.value)
|