Merge pull request #43 from cshaptx4869/patch-15
refactor(AppMain): ♻️ 弱化页面进入动画效果
This commit is contained in:
commit
18f8dfe68c
|
|
@ -3,7 +3,7 @@
|
|||
<router-view>
|
||||
<template #default="{ Component, route }">
|
||||
<transition
|
||||
enter-active-class="animate__animated animate__fadeInLeft"
|
||||
enter-active-class="animate__animated animate__fadeIn"
|
||||
mode="out-in"
|
||||
>
|
||||
<keep-alive :include="cachedViews">
|
||||
|
|
|
|||
Loading…
Reference in New Issue