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

removing eslint warning by adding :key bindings to v-for #175

Closed ubaldop closed 6 years ago

ubaldop commented 6 years ago

This solves #174. It fixes the warning by adding the :key binding to all the v-for occurrences without it.