Merge pull request #43 from cshaptx4869/patch-15

refactor(AppMain): ♻️ 弱化页面进入动画效果
This commit is contained in:
Ray Hao 2024-03-01 21:10:46 +08:00 committed by GitHub
commit 18f8dfe68c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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">