Home

Issue: 3050

'<template>' cannot be keyed. Place the key on real elements instead

[issue link]

when i use v-for in

<template v-for="(item, index) in list" :key="index">
</template>

but if i remove :key="index"eslint will tell me bind key error.

how should i do or how to edit nuxt.config.js?

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