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
This belongs to vue-router
Dup of vuejs/vue-router#838
TLDR: don't use Unicode characters in route paths because they're not officially supported (or use hash mode)
Version
2.3.3
Reproduction link
http://jsfiddle.net/xgrjzsup/2052/
Steps to reproduce
Alt + Left arrow
on keyboardWhat is expected?
when I click on back button
I see changing router-view from one state to another
What is actually happening?
triggering
{ path: '*', component: NotFoundComponent },
The text was updated successfully, but these errors were encountered: