Route with params/props (Not in URL) #399
Unanswered
iampapagray
asked this question in
Q&A
Replies: 1 comment
-
I think this link will help you |
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
-
What structure should be used to generate a route that accepts a param(s).
Eg.
i have
pages/verify.vue
which produces a verify route.However when i use
the route is changed to the verify page but the params are discarded because they were not preset on the route.
What to do to solve this issue without without switching to manual route definitions?
NOTE: I prefer not to have the param values in the url!
Beta Was this translation helpful? Give feedback.
All reactions