Added paging (#10150)

* Added paging

* Escaped regex

* Fixed challenge side effect tests
This commit is contained in:
Keith Holliday
2018-03-23 14:13:08 -05:00
committed by GitHub
parent 0f339d8d3e
commit 298a6a743c
5 changed files with 145 additions and 18 deletions

View File

@@ -145,7 +145,7 @@ export default {
this.$emit('search', {
searchTerm: newSearch,
});
}, 250),
}, 500),
},
methods: {
emitFilters () {