perf[transition]: refine transition animation
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user