网上有很多vue中引入animate.css的教程,但是都是旧版的不生效,新版的animate.css的用法如下:

npm i animate.css -D
// main.js
import animate from 'animate.css'
Vue.use(animate)
<!-- template中使用 -->
<div class="animate__animated animate__bounce animate__delay-2s">Example</div>

相关文章:

  • 2021-09-30
  • 2021-11-19
  • 2023-01-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
猜你喜欢
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案