This is forked from the original vue-scroll-trigger repo
npm install @dsgn.tw/vue-scroll-trigger#### with yarn :yarn add @dsgn.tw/vue-scroll-trigger
#### or with npm :npm install @dsgn.tw/vue-scroll-trigger --save
``javascript
import vueScrollTrigger from '@dsgn.tw/vue-scroll-trigger'
Vue.use(vueScrollTrigger, {
activeClass: 'active' // active is the default triggered className
offsetTop: 100,
offsetBottom: 100,
});
``