Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2019-09-30 10:19:39 +0800
Commit
b940bcb2287833fbaaf9706500062ce525741a75
1 parent
5275266c
keep alive
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
apps/app.vue
apps/app.vue
View file @
b940bcb
...
...
@@ -2,7 +2,9 @@
<div id="app">
<transition
:name="`route-view-${yoho.direction}`">
<router-view></router-view>
<keep-alive>
<router-view :key="$route.fullPath"></router-view>
</keep-alive>
</transition>
</div>
</template>
...
...
Please
register
or
login
to post a comment