Static GitHub Issues

[1546] nuxt-link (vue router-link) param doesnt work

prev: Middleware subdirectory ?
next: the error.layout is not work

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

<!--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>