|
@@ -12,6 +12,8 @@
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
let store = useStore()
|
|
let store = useStore()
|
|
|
|
+const route = useRoute()
|
|
|
|
+store.dispatch('tagsView/addCachedView', route)
|
|
const cachedViews = computed(() => {
|
|
const cachedViews = computed(() => {
|
|
return store.state.tagsView.cachedViews
|
|
return store.state.tagsView.cachedViews
|
|
})
|
|
})
|