cyhnkckali / vue3-color-picker

The Unlicense
55 stars 9 forks source link

ModelValue doesn't work in 'solid' mode #24

Closed wojcikfil closed 4 months ago

wojcikfil commented 4 months ago

ModelValue doesn't work in 'solid' mode

Implementation:

<Vue3ColorPicker
          v-model="colorValue"
          mode="solid" 
/>

const colorValue = ref('rgba(255, 255, 255, 1)'); 

"@cyhnkckali/vue3-color-picker": "^1.1.9", VITE v3.2.10

cyhnkckali commented 4 months ago

@wojcikfil Problem solved?