Home

Issue: 1546

nuxt-link (vue router-link) param doesnt work

[issue link]

i’am trying to passing param to nuxt-link (router-link vue) but it seems doesnt work. this is my snippet and folder structure

<nuxt-link :to="{path: '/post-detail', params: { id:idPost } }">
                            {{title}}
                        </nuxt-link>

image

when i try to hovering on the link, it seems the params is missing
image

did i forgot something…
sory for bad english

This question is available on Nuxt.js community (#c1377)