用于颜色选择,支持多种格式。
<cb-form-group label="演示:">
<cb-color-picker v-model="test1" />
</cb-form-group>
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
v-model | 绑定值。 | string | — | — |
format | 颜色格式 | string | hex / rgb / rgba | hex |
options | 组件高级选项,请参考 https://itsjavi.com/bootstrap-colorpicker/v2/ 中的 Options 部分。 | object | — | — |