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>
when i try to hovering on the link, it seems the params is missing
did i forgot something... sory for bad english
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1377">#c1377</a>)</em></sub></div>