Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
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
Plain Diff
Browse Files
Authored by
yyq
6 years ago
Commit
8d56c00ce48ab2719f917389fe5b3d6afa12088e
2 parents
9ae2ec59
10fbaf62
Merge branch 'feature/invite' of git.yoho.cn:fe/ufo-app-web into feature/invite
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
apps/app.vue
apps/app.vue
View file @
8d56c00
...
...
@@ -2,13 +2,7 @@
<div id="app">
<transition
:name="`route-view-${yoho.direction}`">
<keep-alive>
<router-view v-if="$route.meta.keepAlive"></router-view>
</keep-alive>
</transition>
<transition
:name="`route-view-${yoho.direction}`">
<router-view v-if="!$route.meta.keepAlive"></router-view>
<router-view></router-view>
</transition>
</div>
</template>
...
...
Please
register
or
login
to post a comment