8000
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 07dbb9b commit fb810bdCopy full SHA for fb810bd
src/v2/api/index.md
@@ -70,9 +70,9 @@ type: api
70
- **Usage:**
71
72
``` js
73
- Vue.config.errorHandler = function (err, vm, type) {
+ Vue.config.errorHandler = function (err, vm, info< 57DF /span>) {
74
// handle error
75
- // `type` is a Vue-specific error type, e.g. which lifecycle hook
+ // `info` is a Vue-specific error info, e.g. which lifecycle hook
76
// the error was found in. Only available in 2.2.0+
77
}
78
```
0 commit comments