Skip to content

Commit

Permalink
fix: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taku-y-9308 committed May 2, 2024
1 parent 0d88f19 commit 87c541e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function mount(
}
const vm = app.mount(el)
if (errorsOnMount.length) {
// If an error is thrown, throw the first error.
// If several errors are thrown during mount, then throw the first one
throw errorsOnMount[0]
}
app.config.errorHandler = originalErrorHandler
Expand Down

0 comments on commit 87c541e

Please sign in to comment.