Replace [`npm/smooth-scroll`](https://www.npmjs.com/package/smooth-scroll) with CSS/scroll-behaviour: smooth Reason: this plugin blocks event propagation and therefore router/location doesn't get updated. Blocker: https://caniuse.com/#search=scroll-behavior Status: Working draft according to [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior)
Replace
npm/smooth-scrollwith CSS/scroll-behaviour: smoothReason: this plugin blocks event propagation and therefore router/location doesn't get updated.
Blocker: https://caniuse.com/#search=scroll-behavior
Status: Working draft according to MDN