UNPKG

vue-scroll-up

Version:

A Vue.js component to top of the page

5 lines 179 B
import VueScrollTop from './VueScrollTop.vue'; export default VueScrollTop; if (typeof window !== 'undefined' && window.Vue) { window.Vue.component('scroll-up', VueScrollTop); }