From 46fc121cb3ffc336dccde5ff365bce3232a0045e Mon Sep 17 00:00:00 2001 From: Nicolaj Egelund Date: Fri, 24 Feb 2017 20:33:53 +0100 Subject: [PATCH] Added 'change' event to ColorPicker documentation --- examples/docs/en-US/color-picker.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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