若依
2022-03-18 58fc4845479285165094f68dc2870c49124e592a
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
})