[Vuejs]-How can I solve Vue js router page loading

1👍

You can handle the scrollBehavior when creating a Router.
See the documentation for that: https://router.vuejs.org/en/advanced/scroll-behavior.html

The router seems to have some problems when the scrolling is handled by an overflowing div…
I solved it by adding some JavaScript when using MaterialDesignLite CSS Framework…
Tap IPhone status bar to scroll to top (mdl + vue)

Leave a comment