Vaadin Router: Route Parameters Into The Address Bar Not Working
I am building an application with Web Components and use Vaadin Router for the routing. I have the following project structure: index.html
Solution 1:
This seems to be similar to the issue described here Unexpected token < error in react router component (Not a vaadin related).
A solution would be to add a <base href="/">
to your index.html
file. The same approach is used in the tutorial of the Vaadin Router :)
Post a Comment for "Vaadin Router: Route Parameters Into The Address Bar Not Working"