Fork me on GitHub

vue中使用animated

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">

 

posted @ 2019-09-04 18:19  欢欢11  阅读(1252)  评论(0编辑  收藏  举报