码迷,mamicode.com
首页 > 其他好文 > 详细

vue中使用animated

时间:2019-09-04 19:14:11      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:import   --   ade   rom   div   imp   npm   from   css   

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

 

vue中使用animated

标签:import   --   ade   rom   div   imp   npm   from   css   

原文地址:https://www.cnblogs.com/huanhuan55/p/11460788.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!