Skip to content

Commit 7fcd543

Browse files
authored
docs: fix example
1 parent eadd7f7 commit 7fcd543

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
@@ -113,7 +113,7 @@ Use the scoped slot to render each item in the list:
113113
:item-height="32"
114114
>
115115
<div slot-scope="{ item }" class="user">
116-
{{ user.name }}
116+
{{ item.name }}
117117
</div>
118118
</RecycleScroller>
119119
</template>

0 commit comments

Comments
 (0)