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.
2 parents 245e997 + 452b586 commit f522c64Copy full SHA for f522c64
source/api/filters.md
@@ -125,7 +125,7 @@ Now the item will only match if the value of `searchText` is found in its `name`
125
Starting in 0.12.11 you can pass in multiple data keys:
126
127
``` html
128
-<li v-repeat="user in uers | filterBy searchText in 'name' 'phone'"></li>
+<li v-repeat="user in users | filterBy searchText in 'name' 'phone'"></li>
129
```
130
131
Or pass in a dynamic argument with an Array value:
0 commit comments