Skip to content

Commit aea7ec4

Browse files
IPRITAkryum
authored andcommitted
Update README.md (#51)
1 parent 10f1649 commit aea7ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The optional `renderers` prop is an object containing a component definition for
8787
There are additional props you can use:
8888

8989
- `typeField` to customize which field is used on the items to get their type and use the corresponding definition in the `renderers` map. The default is `'type'`.
90-
- `keyField` to customize which field is used on the items to set their `key` special attribute (see [the documation](https://vuejs.org/v2/api/#key)). The default is `'id'`.
90+
- `keyField` to customize which field is used on the items to set their `key` special attribute (see [the documentation](https://vuejs.org/v2/api/#key)). The default is `'id'`.
9191

9292
**For better performance, you should use the `keyField` prop that will set the `key` attribute. Warning! You shouldn't expect items to have the key set at all times, since the scroller may disable them depending on the situation.**
9393

0 commit comments

Comments
 (0)