java2sap
2021-12-31 ac03526ea51cb1baae67ab7dd2ee1e085f6a57a4
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
})