diff --git a/docs/app/pages/Components/Chips/Chips.vue b/docs/app/pages/Components/Chips/Chips.vue index e4eb820e9..fa2b074f0 100644 --- a/docs/app/pages/Components/Chips/Chips.vue +++ b/docs/app/pages/Components/Chips/Chips.vue @@ -170,7 +170,7 @@ export default { type: 'Function', description: [ 'Formatter before chip insertion. Effects to insertion and duplicated-checking.', - '@param {String} input value' + 'The Chips will pass the inputted value as a parameter of this function. This function returns the formatted result.' ].join('
'), defaults: 'null' }