Question: Can I use sharp character in path? #2283
Unanswered
Alceatraz
asked this question in
Help and Questions
Replies: 1 comment
-
It works well on a freshly created project so you are probably doing something wrong. Can you provide a reproduction? Also, since you are new to Vue Router, I suggest to use the HTML 5 Mode instead of the Hash Mode (unless you have a good reason to do otherwise). It's the recommended mode (even if that's not the 1st one listed) because it generates nicer URLs and is better for SEO. There is a small server side configuration to make it work but that's simple and well documented. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone:
Here is what I want:
I can use name instead path jump to this URL
foobar/#setting
But if I open
foobar/#setting
from browser directly, Vue route will dispaly home page ( the root/
).So question is: Can It ? And how ?
Thanks!
I'm pretty new to vue and vue-router but after hours searching and testing, Seem's like it's impossiable ?
Beta Was this translation helpful? Give feedback.
All reactions