You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the url doesn't contain the hash character, it will append #/ to the url and that will trigger the hashchange event which will run onHashChange and the second execution.
Vue.js version
2.1.3
vue-router version
2.1.0
Reproduction Link
https://jsfiddle.net/lmk123/qoj2sfb2/
What is Expected?
Alert should only shown once.
What is actually happening?
It shown twice.
The text was updated successfully, but these errors were encountered: