Can't seem to find a way to use vue-router's scroll behavior functionality with nuxt.js, and tips?
Scroll behavior docs: https://router.vuejs.org/en/advanced/scroll-behavior.html
Hi @jaredreich
This possibility will be added in the next release via the router.scrollBehavior
option in the nuxt.config.js
file.
You can now customise the scrollBehavior
in the latest release 0.9.7.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Hi @jaredreich
This possibility will be added in the next release via the
router.scrollBehavior
option in thenuxt.config.js
file.