diff --git a/examples/docs/en-US/color-picker.md b/examples/docs/en-US/color-picker.md index 693726c8e..0de276cd2 100644 --- a/examples/docs/en-US/color-picker.md +++ b/examples/docs/en-US/color-picker.md @@ -68,4 +68,9 @@ ColorPicker is a color selector supporting multiple color formats. | Attribute | Description | Type | Accepted Values | Default | |---------- |-------- |---------- |------------- |-------- | | 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) | \ No newline at end of file +| color-format | color format of v-model | string | hsl / hsv / hex / rgb | hex (when show-alpha is false)/ rgb (when show-alpha is true) | + +### Events +| Event Name | Description | Parameters | +|---------|--------|---------| +| change | triggers when input value changes | color value | \ No newline at end of file