Scroll to top on route change – Vue.js

If you want to scroll the page to the top once you change your route using vue-router there’s two options. Both use the Navigation Guards Globally This will be have an effect on every single view change: View specific You can use the same snippet in the mounted function like this: