You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/application.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -655,7 +655,7 @@ Force unhandled errors to be thrown in production mode.
655
655
656
656
- **Details**
657
657
658
-
By default, errors thrown inside a Vue application but not explicit handled have different behavior between development and production modes:
658
+
By default, errors thrown inside a Vue application but not explicitly handled have different behavior between development and production modes:
659
659
660
660
- In development, the error is thrown and can possibly crash the application. This is to make the error more prominent so that it can be noticed and fixed during development.
0 commit comments