注意使用的时候 一定要加上 animate__animate 这个类名
npm install animate.css --save
##在需要使用的地方加上类就行
<h1 class="animate__animated animate__bounce">An animated element</h1>
<transition enter-active-class="animate__animated animate__fadeInDown" mode="in-out">
<router-view />
</transition>