2.2版本发布,详情查阅版本说明

This commit is contained in:
dqjdda
2019-09-27 10:25:16 +08:00
parent 61006f2e60
commit 15fa7d2c9f
5 changed files with 73 additions and 3 deletions

View File

@@ -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