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> <router-view>
<template #default="{ Component, route }"> <template #default="{ Component, route }">
<transition <transition
enter-active-class="animate__animated animate__fadeInLeft" enter-active-class="animate__animated animate__fadeIn"
mode="out-in" mode="out-in"
> >
<keep-alive :include="cachedViews"> <keep-alive :include="cachedViews">