acy
2022-03-02 963b1da86eba0becfab0c81151b73e811e12efff
src/layout/components/AppMain.vue
@@ -12,6 +12,8 @@
<script setup>
let store = useStore()
const route = useRoute()
store.dispatch('tagsView/addCachedView', route)
const cachedViews = computed(() => {
    return store.state.tagsView.cachedViews
})