perf[transition]: refine transition animation

This commit is contained in:
Pan
2018-05-29 14:31:55 +08:00
parent c861dd10cf
commit 6327869106
2 changed files with 16 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<template>
<section class="app-main" style="min-height: 100%">
<transition name="fade" mode="out-in">
<transition name="fade-transform" mode="out-in">
<keep-alive :include="cachedViews">
<router-view></router-view>
</keep-alive>