when i use v-for
in <template> like this, will get this error
<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?
<!--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/c2641">#c2641</a>)</em></sub></div>