Added 'change' event to ColorPicker documentation

pull/3143/head
Nicolaj Egelund 2017-02-24 20:33:53 +01:00 committed by 杨奕
parent 9d8fb8e0e3
commit 46fc121cb3
1 changed files with 6 additions and 1 deletions

View File

@ -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) |
| 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 |