From b602608bedcc8de13cac309a2ab6465bb6b13bc5 Mon Sep 17 00:00:00 2001 From: iamkun Date: Fri, 22 Apr 2022 22:38:11 +0800 Subject: [PATCH] docs: [color-picker] fix popper-class (#7331) --- docs/en-US/component/color-picker.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/en-US/component/color-picker.md b/docs/en-US/component/color-picker.md index e4feac0a09..6021f250bc 100644 --- a/docs/en-US/component/color-picker.md +++ b/docs/en-US/component/color-picker.md @@ -41,15 +41,15 @@ color-picker/sizes ## Attributes -| Attribute | Description | Type | Accepted Values | Default | -| --------------------- | ------------------------------------------------- | ------------------ | ---------------------- | ------------------------------------------------------------- | -| model-value / v-model | binding value | string | — | — | -| disabled | whether to disable the ColorPicker | boolean | — | false | -| size | size of ColorPicker | string | large / default /small | — | -| show-alpha | whether to display the alpha slider | boolean | — | false | -| color-format | color format of v-model | string | hsl / hsv / hex / rgb | hex (when show-alpha is false)/ rgb (when show-alpha is true) | -| popper-class | custom icon compontent for ColorPicker's dropdown | string / Component | — | — | -| predefine | predefined color options | array | — | — | +| Attribute | Description | Type | Accepted Values | Default | +| --------------------- | -------------------------------------------- | ------- | ---------------------- | ------------------------------------------------------------- | +| model-value / v-model | binding value | string | — | — | +| disabled | whether to disable the ColorPicker | boolean | — | false | +| size | size of ColorPicker | string | large / default /small | — | +| show-alpha | whether to display the alpha slider | boolean | — | false | +| color-format | color format of v-model | string | hsl / hsv / hex / rgb | hex (when show-alpha is false)/ rgb (when show-alpha is true) | +| popper-class | custom class name for ColorPicker's dropdown | string | — | — | +| predefine | predefined color options | array | — | — | ## Events