vue中使用animated

Posted huanhuan55

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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">

 

以上是关于vue中使用animated的主要内容,如果未能解决你的问题,请参考以下文章

在vue中怎么使用Web Worker

在vue中使用防抖

vue中使用vue-awesome-swiper

【vue】在vue中使用高德地图API

vue 怎么挂载swiper

在vue中使用iframe标签