Skip to content

Commit ecd2331

Browse files
chandrunaiktangbc
authored andcommitted
Fix typo
1 parent 6a7981c commit ecd2331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Root component:
6969
:data-key="'uid'"
7070
:data-sources="items"
7171
:data-component="itemComponent"
72-
:extra-props="{ otherPropValue: otherDataAssginToItemComponet }"
72+
:extra-props="{ otherPropValue: otherDataAssginToItemComponent }"
7373
/>
7474
</div>
7575
</template>
@@ -84,7 +84,7 @@ Root component:
8484
return {
8585
itemComponent: Item,
8686
items: [{uid: 'unique_1', text: 'abc'}, {uid: 'unique_2', text: 'xyz'}, ...],
87-
otherDataAssginToItemComponet: 'The Progressive JavaScript Framework'
87+
otherDataAssginToItemComponent: 'The Progressive JavaScript Framework'
8888
}
8989
},
9090
components: { 'virtual-list': VirtualList }

0 commit comments

Comments
 (0)