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 3d21be7 commit 5fb5d30Copy full SHA for 5fb5d30
src/FeathersVuexFind.ts
@@ -78,7 +78,7 @@ export default {
78
79
params = params || { query, temps }
80
81
- return query ? $store.getters[`${service}/find`](params).data : []
+ return (params && params.query) ? $store.getters[`${service}/find`](params).data : []
82
},
83
pagination() {
84
return this.$store.state[this.service].pagination[this.qid]
0 commit comments