tserkov / vue-scroll-reveal

A Vue directive to wrap @jlmake's excellent ScrollReveal library.
MIT License
163 stars 17 forks source link

Cannot read properties of undefined (reading 'install') #42

Open wangfpp opened 1 year ago

wangfpp commented 1 year ago

// main.js import VueScrollReveal from 'vue-scroll-reveal';

Vue.use(VueScrollReveal);