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)
- [Vuejs]-Vuetify: How to create fluid footer with centered content?
- [Vuejs]-Escaping symbols from the json data
Source:stackexchange.com