1.安装:npm install animate.css --save 2.在main.js中 import animated from 'animate.css' Vue.use(animated) 3.在页面中使用 animated不能漏 <view class="model animated fadeInUp" v-if="modeShow"> 来源:博客园作者:欢欢11链接:https://www.cnblogs.com/huanhuan55/p/11460788.html 标签 animated