How can I pass more props in a nuxtlink or in a router in nuxt 3
I need help... I would like to know how can I pass parameters like it was done in Vue 2 when you passed parameters as props... thanks in advance
5 Replies
@ÁngelHdz🔥☕⏰
Not sure what you're asking.
I want to pass parameters with nuxtlink
You can pass query parameters with a link and then read them in your component when the component is being loaded. A link won't directly interact with a component
I think he means you used to be able to do this, and now you can't
You don't always want query params added to the url