Static GitHub Issues

[2089] v-for doesn't work with nuxt-link

prev: vuex-router-sync not work correctly in asyncData function
next: How to exclude dev resources on production generate

I am trying

<nuxt-link v-for="action in actions">{{ action.name }}</nuxt-link>

Error

TypeError

Cannot read property 'name' of undefined

I tried search v-for nuxt-link but can't find the answer.

<!--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/c1854">#c1854</a>)</em></sub></div>