Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML5 History and cyrillic chars #5655

Closed
akaNightmare opened this issue May 11, 2017 · 1 comment
Closed

HTML5 History and cyrillic chars #5655

akaNightmare opened this issue May 11, 2017 · 1 comment

Comments

@akaNightmare
Copy link

akaNightmare commented May 11, 2017

Version

2.3.3

Reproduction link

http://jsfiddle.net/xgrjzsup/2052/

Steps to reproduce

  1. Click on Go to Foo link
  2. Click on Go to Bar link
  3. Click on Go to Foo link
  4. Click on Go to Bar link
  5. Click on back button or press Alt + Left arrow on keyboard

What 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 },

@posva
Copy link
Member

posva commented May 11, 2017

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)

@posva posva closed this as completed May 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants