Commit 46fc121c authored by Nicolaj Egelund's avatar Nicolaj Egelund Committed by 杨奕

Added 'change' event to ColorPicker documentation

parent 9d8fb8e0
......@@ -69,3 +69,8 @@ ColorPicker is a color selector supporting multiple color formats.
|---------- |-------- |---------- |------------- |-------- |
| 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) |
### Events
| Event Name | Description | Parameters |
|---------|--------|---------|
| change | triggers when input value changes | color value |
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment