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 0d88f19 commit 87c541eCopy full SHA for 87c541e
src/mount.ts
@@ -101,7 +101,7 @@ export function mount(
101
}
102
const vm = app.mount(el)
103
if (errorsOnMount.length) {
104
- // If an error is thrown, throw the first error.
+ // If several errors are thrown during mount, then throw the first one
105
throw errorsOnMount[0]
106
107
app.config.errorHandler = originalErrorHandler
0 commit comments