[FIX] 协议

This commit is contained in:
anbbukn
2020-07-02 11:31:09 +08:00
parent 8dbdd26cbc
commit 72c60010e4
4 changed files with 102 additions and 13 deletions

View File

@@ -2,7 +2,10 @@
<div id="app">
<!--实现路由切换动画-->
<transition :name="transitionName">
<RouterView />
<keep-alive include="StoreDetail">
<RouterView />
</keep-alive>
<!-- <keep-alive>
<router-view v-if="$route.meta.keepAlive"></router-view>
</keep-alive>