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 b2e9d37 commit 5d1212eCopy full SHA for 5d1212e
README.md
@@ -406,7 +406,7 @@ Vue.use(AsyncComputed, {
406
console.log('---')
407
console.log(stack)
408
}
409
-)
+})
410
411
// Or with `useRawError`:
412
Vue.use(AsyncComputed, {
@@ -417,7 +417,7 @@ Vue.use(AsyncComputed, {
417
console.log('And the stack trace was:')
418
419
420
421
```
422
423
You can pass `false` as the `errorHandler` in order to silently ignore rejected promises.
0 commit comments