mirror of https://github.com/ElemeFE/element
docs: fix color picker default value typo (#20212)
parent
3ba2ca9c06
commit
2acff77448
|
@ -110,7 +110,7 @@
|
||||||
|---------- |-------- |---------- |------------- |-------- |
|
|---------- |-------- |---------- |------------- |-------- |
|
||||||
| value / v-model | 绑定值 | string | — | — |
|
| value / v-model | 绑定值 | string | — | — |
|
||||||
| disabled | 是否禁用 | boolean | — | false |
|
| disabled | 是否禁用 | boolean | — | false |
|
||||||
| size | 尺寸 | string | — | medium / small / mini |
|
| size | 尺寸 | string | medium / small / mini | — |
|
||||||
| show-alpha | 是否支持透明度选择 | boolean | — | false |
|
| show-alpha | 是否支持透明度选择 | boolean | — | false |
|
||||||
| color-format | 写入 v-model 的颜色的格式 | string | hsl / hsv / hex / rgb | hex(show-alpha 为 false)/ rgb(show-alpha 为 true) |
|
| color-format | 写入 v-model 的颜色的格式 | string | hsl / hsv / hex / rgb | hex(show-alpha 为 false)/ rgb(show-alpha 为 true) |
|
||||||
| popper-class | ColorPicker 下拉框的类名 | string | — | — |
|
| popper-class | ColorPicker 下拉框的类名 | string | — | — |
|
||||||
|
|
Loading…
Reference in New Issue