vue.py icon indicating copy to clipboard operation
vue.py copied to clipboard

example code for Router with Parameter

Open bobwatcherx opened this issue 2 years ago • 1 comments
trafficstars

give me example how to get parameter example from url here http://localhost:5000/#/about/dqwqwdq

value params is dqwqwdq

and add to docs for that

bobwatcherx avatar Jun 28 '23 03:06 bobwatcherx

Traceback (most recent call last): File http://localhost:5000/#/about/dqwqwdq/main line 1, in import app File app, line 13 parameter_value = self.$route.params.get(parameter_name) ^ SyntaxError: invalid syntax (unknown token [$])

bobwatcherx avatar Jun 28 '23 03:06 bobwatcherx