UNPKG
vue-scroll-up
Version:
latest (1.1.0)
next (2.0.0)
2.0.0
1.1.0
1.0.3
1.0.2
1.0.1
A Vue.js component to top of the page
github.com/runkids/Vue-Scroll-Up
runkids/Vue-Scroll-Up
vue-scroll-up
/
src
/
main.js
5 lines
•
179 B
JavaScript
View Raw
1
2
3
4
5
import
VueScrollTop
from
'./VueScrollTop.vue'
;
export
default
VueScrollTop
;
if
(
typeof
window
!==
'undefined'
&&
window
.
Vue
) {
window
.
Vue
.
component
(
'scroll-up'
,
VueScrollTop
); }