Skip to content

Commit 4895f39

Browse files
authored
Update virtual-list.vue (#4276)
typo fix
1 parent c426021 commit 4895f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitchen-sink/vue/src/pages/virtual-list.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default {
9696
if (items[i].title.toLowerCase().indexOf(query.toLowerCase()) >= 0 || query.trim() === '')
9797
found.push(i);
9898
}
99-
return found; // return array with mathced indexes
99+
return found; // return array with matched indexes
100100
},
101101
renderExternal(vl, vlData) {
102102
this.vlData = vlData;

0 commit comments

Comments
 (0)