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 a4a2e90 commit 6356f1fCopy full SHA for 6356f1f
src/useFind.ts
@@ -52,6 +52,7 @@ export default function find(options) {
52
const state = reactive({
53
// The find getter
54
[prefix]: computed(() => {
55
+ // @ts-ignore
56
const getterParams:Params = isRef(params) ? { ...params.value } : { params }
57
if (getterParams.paginate) {
58
const serviceState = model.store.state[model.servicePath]
0 commit comments