Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: fix comment
  • Loading branch information
taku-y-9308 committed May 2, 2024
commit 87c541e7e5613a6e2d5d557d33fb45c09111f9ee
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