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 8a576ec commit fdadbacCopy full SHA for fdadbac
src/index.js
@@ -88,7 +88,7 @@ function handleAsyncComputedPropetyChanges (vm, key, pluginOptions, Vue) {
88
: pluginOptions.errorHandler
89
90
if (pluginOptions.useRawError) {
91
- handler(err)
+ handler(err, vm, err.stack)
92
} else {
93
handler(err.stack)
94
}
0 commit comments