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})
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})