freedomotic / fd-vue-webapp

A Vue.js web application for Freedomotic Open IoT framework
http://fd-vue-webapp.herokuapp.com/
GNU Affero General Public License v3.0
65 stars 66 forks source link

Some v-for instances contain eslint warning #174

Closed ubaldop closed 6 years ago

ubaldop commented 6 years ago

Using a ESlint plugin for Vue syntax I spotted few warning like this in some occurrences of v-for loops:

[eslint-plugin-vue] [vue/require-v-for-key] Elements in iteration expect to have 'v-bind:key' directives.

we could fix this warning.

ubaldop commented 6 years ago

Solved by #175.