Dashboard 2 - VUE <v-color-picker>

According to vuetify docs Color picker component — Vuetify

The v-color-picker uses the v-model prop to control the color displayed.

So bind that to a data color property & maybe use a watch on color to send({payload: this.color})

1 Like