Skip to content

Commit

Permalink
docs: update value-comparator description
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Henry <[email protected]>
  • Loading branch information
s-rigaud and MajesticPotatoe authored Sep 11, 2023
1 parent 1be097b commit 251b5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-generator/src/locale/en/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"title": "Specify a title text for the component.",
"subtitle": "Specify a subtitle text for the component.",
"trueValue": "Sets value for truthy state",
"valueComparator": "Apply a custom comparison algorithm used for values",
"valueComparator": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
"variant": "Applies a distinct style to the component",
"width": "Sets the width for the component",
"mode": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
Expand Down

0 comments on commit 251b5c6

Please sign in to comment.