1.安装animate(低版本)
npm install animate.css@3.5.2
2.安装wow
npm install wowjs --save
3.main.js引人文件
import animate from 'animate.css'
4.注册
app.use(animate)
5.对于要使用的页面引入wow和注册
import { WOW } from 'wowjs'
6.注册
onMounted(() => {
new WOW({
live: false
}).init()
})
7.为div添加class
wow animated fadeInUp