We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c426021 commit 4895f39Copy full SHA for 4895f39
kitchen-sink/vue/src/pages/virtual-list.vue
@@ -96,7 +96,7 @@ export default {
96
if (items[i].title.toLowerCase().indexOf(query.toLowerCase()) >= 0 || query.trim() === '')
97
found.push(i);
98
}
99
- return found; // return array with mathced indexes
+ return found; // return array with matched indexes
100
},
101
renderExternal(vl, vlData) {
102
this.vlData = vlData;
0 commit comments