Closed ubaldop closed 6 years ago
Using a ESlint plugin for Vue syntax I spotted few warning like this in some occurrences of v-for loops:
v-for
[eslint-plugin-vue] [vue/require-v-for-key] Elements in iteration expect to have 'v-bind:key' directives.
we could fix this warning.
Solved by #175.
Using a ESlint plugin for Vue syntax I spotted few warning like this in some occurrences of
v-for
loops:we could fix this warning.