Skip to content

Commit 829a523

Browse files
committed
fix: three error fn calling bug
1 parent 5e92fc1 commit 829a523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resources/resources.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export function createResource(options, vm) {
9898
try {
9999
out.promise = resourceFetcher({
100100
...options,
101+
onError: undefined,
101102
params: params || options.params,
102103
})
103104
let data = await out.promise

0 commit comments

Comments
 (0)