I want to change font(text) color when user pick it from color picker,I had made this but it wont work,
<textarea :class="changeColor"></textarea>
<v-color-picker class="ma-2" hide-inputs @click="changeColor('color')"></v-color-picker>
changeColor(val){ this.color = val}

color. Yet you do not assign the color to the textarea nor change the classchangeColor. You have a bit of a mix up there. Can you please share the complete code of your component ?