perf[css]: refine fade-transform

This commit is contained in:
Pan
2018-08-28 18:30:36 +08:00
parent d54bdc8fff
commit a91f687c2d
2 changed files with 16 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<template>
<section class="app-main">
<transition name="fade" mode="out-in">
<transition name="fade-transform" mode="out-in">
<!-- or name="fade" -->
<!-- <router-view :key="key"></router-view> -->
<router-view/>
</transition>