feat: ✨ 引入 animate.css 动画库,移除自定义的 transtion 自定义动画样式文件
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<section class="app-main">
|
||||
<router-view>
|
||||
<template #default="{ Component, route }">
|
||||
<transition name="fade-translate" mode="out-in">
|
||||
<transition mode="out-in">
|
||||
<keep-alive :include="cachedViews">
|
||||
<component :is="Component" :key="route.path" />
|
||||
</keep-alive>
|
||||
|
||||
Reference in New Issue
Block a user