### Version 3.6.5 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/vue-router-8frefc-8frefc?file=/src/router/index.js) ### Steps to reproduce - Run reproduction - Switch to some route other then '/' (i.e. /route2/) - Refresh the page You'll notice that path gets cleared for a few ms (but still visible) in the big apps it happens for longer period of time ### What is expected? Path not gets cleared (change next(false) to next() and you'll see how it should be) ### What is actually happening? App ends up in the root for awhile <!-- generated by vue-issues. DO NOT REMOVE -->