Skip to content

Commit

Permalink
docs(Chips): fix md-format API description
Browse files Browse the repository at this point in the history
  • Loading branch information
VdustR committed Dec 27, 2017
1 parent 08286e1 commit ca3ac20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/pages/Components/Chips/Chips.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default {
type: 'Function',
description: [
'Formatter before chip insertion. Effects to insertion and duplicated-checking.',
'@param {<code>String</code>} input value'
'The Chips will pass the inputted value as a parameter of this function. This function returns the formatted result.'
].join('<br/>'),
defaults: 'null'
}
Expand Down

0 comments on commit ca3ac20

Please sign in to comment.