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

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