vuetify-module icon indicating copy to clipboard operation
vuetify-module copied to clipboard

Doesn't work switch

Open HulioEglesias opened this issue 5 years ago • 1 comments

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 image image

HulioEglesias avatar Aug 08 '20 20:08 HulioEglesias

Please post problems with vuetify in the vuetify repo. https://github.com/vuetifyjs/vuetify/issues

This repo is only about intergrating vuetify into nuxt.

sugoidesune avatar Sep 14 '20 09:09 sugoidesune