新版 animate.css 在vue中的正確使用

網上有很多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>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章