I don't know if it was fixed, but the vue-router was looking for the el before the new page is rendered.
@pi0 Could you comment this?
https://github.com/nuxt/nuxt.js/issues/723#issuecomment-302451686
Hi @DevDom05
What version of Nuxt.js are you using?
I can reproduce after upgrading to 1.3.0 from 1.0.0-gh-adc7260. It works fine on 1.0.0-gh-adc7260.
Hi @Atinux I just tried the latest release of v1.4.0, this issue is still happening.
I have the same issue on v1.4.0
A working work-around fix of using a custom scrollBehavior in route option in nuxt.config.js: https://github.com/nuxt/nuxt.js/issues/2738#issuecomment-372007743.
@onlyurei , this work-around works bad. There is jumping scroll glitch after click on nuxt-link. Problem with internal anchor links not solved, inpage navigation with anchors should work out of the box.
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 @Atinux I just tried the latest release of v1.4.0, this issue is still happening.