vuetify-module
vuetify-module copied to clipboard
Doesn't work switch
Module version 1.11.2
Describe the bug Doesn't work. switch component. I can't turn it on. How I use:
<v-switch
v-if="isSwitch"
:label="element.title + `${innerValue}`"
v-model="innerValue"
>
Here is an example. So value was changed, but I can't see it on the page

Please post problems with vuetify in the vuetify repo. https://github.com/vuetifyjs/vuetify/issues
This repo is only about intergrating vuetify into nuxt.