[Vuejs]-Global object window is undefined in vue.js

0👍

window should not be undefined, however window.load will be (is that what you meant?)

Use window.pageYOffset instead.

Leave a comment