Skip to content

Commit bbf9025

Browse files
committed
update
1 parent 80e0412 commit bbf9025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BackToTop/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default {
1818
},
1919
mounted () {
2020
window.addEventListener('scroll', () => {
21-
this.show = this.getScrollTop() > 100
21+
this.show = this.getScrollTop() > 500
2222
})
2323
},
2424
methods: {

0 commit comments

Comments
 (0)