Skip to content

Commit a70471d

Browse files
committed
Readme fix
1 parent 69b5317 commit a70471d

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
@@ -108,7 +108,7 @@ Vue.component('virtual-scroller', VirtualScroller)
108108
The virtual scroller has three main props:
109109

110110
- `items` is the list of items you want to display in the scroller. There can be several types of item.
111-
- `renderers` is a map of component definitions objects or names for each item type. If you don't define `renderers`, the scroller will use *scoped slots* ([see below](#scoped_slots)).
111+
- `renderers` is a map of component definitions objects or names for each item type. If you don't define `renderers`, the scroller will use *scoped slots* ([see below](#scoped-slots)).
112112
- `itemHeight` is the display height of the items in pixels used to calculate the scroll height and position.
113113

114114
The `renderers` map is an object containing a component definition for each possible value of the item type. **The component definition must have an `item` prop, that will get the item object to render in the scroller.**

0 commit comments

Comments
 (0)