Closed leobia closed 4 years ago
Fixes issue #234
Changed event of QToggle from @change to @input as stated on documentation
@change
@input
Note: Also modified two v-for to follow vue guidelines on avoid the combination of v-for with v-if
Thanks!
Fixes issue #234
Changed event of QToggle from
@change
to@input
as stated on documentationNote: Also modified two v-for to follow vue guidelines on avoid the combination of v-for with v-if