wangkc
2022-03-17 639f4656f2435361cef97d6d7ece76ecc48952b3
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
})