摘要: 1.安装 :npm install animate.css --save 2. 引入:在main.js中: // animate 动画 import animate from "animate.css"; Vue.use(animate); 3. 绑定ref操作dom 给图片绑定animate__a 阅读全文
posted @ 2021-11-19 16:21 阳菜 阅读(412) 评论(0) 推荐(0) 编辑