HSV
RGB
<fv-color-picker :theme="theme">
</fv-color-picker>| 属性 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
| disabled | boolean | 否 | false | disabled |
| lang | string | 否 | "global" | i18n |
| model-value | [string] | No | undefined | v-model |
| theme | string | 否 | 'global' | theme |
| type | ['box', 'ring'] | No | 'box' | color-picker type |
| 事件名 | 参数 | 说明 |
|---|---|---|
| update:model-value | val[String] | v-model |