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

 

相关文章:

  • 2021-08-07
  • 2021-05-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-15
  • 2021-11-03
  • 2022-12-23
相关资源
相似解决方案