不是木易杨
2022-05-01 5bd1502433cef2d2911ea21f5d3b11c37dd672b6
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
})