this post was submitted on 11 Sep 2023
2 points (100.0% liked)

Vue.js

417 readers
1 users here now

founded 1 year ago
MODERATORS
 

I haven't found a good way to do this. Basically the props that you can pass as params, end up getting displayed in the url as resource or queries.

The above code makes the url look like "url/id/1"

What if i want to pass multiple props like "id" and " name" through router-link but don't want the url to have the "name" field?

Hopefully, someone can answer this. Thank you.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

The code isn't visible for some reason on lemmy. I'm not sure if it'll be in this comment. Okay it wasn't. Removing brackets to see if it works now.

router-link :to=name "url", params:id:1 router-link