refactor(AppMain): ♻️ 弱化页面进入动画效果

This commit is contained in:
cshaptx4869 2024-03-01 21:08:54 +08:00
parent 8c12cfecbe
commit a0bc15bdad
1 changed files with 1 additions and 1 deletions

View File

@ -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">