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

Fix: changeBehavior doesn't fire with toggle #235

Closed leobia closed 4 years ago

leobia commented 4 years ago

Fixes issue #234

Changed event of QToggle from @change to @input as stated on documentation

Note: Also modified two v-for to follow vue guidelines on avoid the combination of v-for with v-if

mcicolella commented 4 years ago

Thanks!