动画效果
安装animal.css
npm install animate.css --save
##在需要使用的地方加上类就行
<h1 class="animate__animated animate__bounce">An animated element</h1>1.路由跳转动画
<transition enter-active-class="animate__animated animate__fadeInDown" mode="in-out">
<router-view />
</transition>Last updated