update
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<section class="app-main">
|
||||
<CodeFund />
|
||||
<transition name="fade-transform" mode="out-in">
|
||||
<keep-alive :include="cachedViews">
|
||||
<router-view :key="key" />
|
||||
@@ -14,8 +15,12 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import CodeFund from '@/components/CodeFund'
|
||||
export default {
|
||||
name: 'AppMain',
|
||||
components: {
|
||||
CodeFund
|
||||
},
|
||||
computed: {
|
||||
cachedViews() {
|
||||
return this.$store.state.tagsView.cachedViews
|
||||
|
||||
Reference in New Issue
Block a user