added this to my nuxt.config.js
router: {
scrollBehavior: function (to, from, savedPosition) {
return savedPosition
}
},
and it still scrolls to the top
here is the code https://github.com/acidjazz/waa/blob/master/nuxt.config.js#L92-L101
and here is a live URL of it not working http://waa.256.io/data/state/georgia
scroll down and click NATIONAL, or any metro or district, and still scrolls back to the top
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c782">#c782</a>)</em></sub></div>