Cannot get routes parameter when have "."
-
my router mode is history and my router path accepts paramter
auth/:token
when I’m accessing this url for example
auth/anysytinghere
is ok but when i put perioud on it
auth/eyyabsg.jhagsw
it shows me cannot get. On a normal vue project it works and other framework. help
-
@kero said in Cannot get routes parameter when have ".":
eyyabsg.jhagsw
Same here: with
hash
router mode it works , but if you try the same thing withhistory
mode it fails.You could post a github issue about this.