Skip to content

Commit 6356f1f

Browse files
committed
ignore line
1 parent a4a2e90 commit 6356f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/useFind.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export default function find(options) {
5252
const state = reactive({
5353
// The find getter
5454
[prefix]: computed(() => {
55+
// @ts-ignore
5556
const getterParams:Params = isRef(params) ? { ...params.value } : { params }
5657
if (getterParams.paginate) {
5758
const serviceState = model.store.state[model.servicePath]

0 commit comments

Comments
 (0)