diff --git a/components/lib/colorpicker/ColorPicker.d.ts b/components/lib/colorpicker/ColorPicker.d.ts index b9d3b8000..6211fc4eb 100755 --- a/components/lib/colorpicker/ColorPicker.d.ts +++ b/components/lib/colorpicker/ColorPicker.d.ts @@ -211,7 +211,7 @@ export interface ColorPickerEmits { */ 'update:modelValue'(value: any): void; /** - * Callback to invoke when a chip is added. + * Callback to invoke when a color is selected. * @param {ColorPickerChangeEvent} event - Custom add event. */ change(event: ColorPickerChangeEvent): void;