Home

Issue: 2089

v-for doesn't work with nuxt-link

[issue link]

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.

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