ymyang / vue-photoswipe

PhotoSwipe demo built with vue
53 stars 21 forks source link

Fix page Y offset issue (window.pageYScroll > window.pageYOffset) #4

Closed applecat closed 7 years ago

applecat commented 7 years ago

Change window.pageYScroll to window.pageYOffset. There is no pageYScroll attribute on window object.