Skip to content

Commit 268dcfa

Browse files
authored
update application-config.md (#1390)
1 parent 993f256 commit 268dcfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/application-config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ app.config.errorHandler = (err, vm, info) => {
2626
}
2727
```
2828

29-
Assign a handler for uncaught errors during component render function and watchers. The handler gets called with the error and the application instance.
29+
Assign a handler for uncaught errors during component render function and watchers. The handler gets called with the error and the corresponding application instance.
3030

3131
> Error tracking services [Sentry](https://sentry.io/for/vue/) and [Bugsnag](https://docs.bugsnag.com/platforms/browsers/vue/) provide official integrations using this option.
3232
@@ -146,7 +146,7 @@ This config option is only respected when using the full build (i.e. the standal
146146
app.config.compilerOptions.isCustomElement = tag => tag.startsWith('ion-')
147147
```
148148

149-
Specifies a method to recognize custom elements defined outside of Vue (e.g., using the Web Components APIs). If component matches this condition, it won't need local or global registration and Vue won't throw a warning about an `Unknown custom element`.
149+
Specifies a method to recognize custom elements defined outside of Vue (e.g., using the Web Components APIs). If a component matches this condition, it won't need local or global registration and Vue won't throw a warning about an `Unknown custom element`.
150150

151151
> Note that all native HTML and SVG tags don't need to be matched in this function - Vue parser performs this check automatically.
152152

0 commit comments

Comments
 (0)