-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Doc)Vue.js編にグローバルエラーハンドラーの設定方法を追加する #1528
Merged
The head ref may contain hidden characters: "feature/\u30AC\u30A4\u30C9\u306EVue.js\u7DE8\u306B\u30A8\u30E9\u30FC\u30CF\u30F3\u30C9\u30E9\u30FC\u306E\u8A2D\u5B9A\u65B9\u6CD5\u3092\u8FFD\u52A0\u3059\u308B"
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ラーハンドラーの設定方法を追加する
・例示の方法を変更 ・unhandledrejectionがcspellの警告を受けるため、コードブロックに対してcspellのチェックを無効化 ・カスタムエラーハンドラーのセクションを追加予定の記載に変更
1 task
tsuna-can-se
requested changes
Nov 14, 2024
documents/contents/guidebooks/how-to-develop/vue-js/error-handler-settings.md
Show resolved
Hide resolved
tsuna-can-se
requested changes
Nov 18, 2024
documents/contents/guidebooks/how-to-develop/vue-js/error-handler-settings.md
Outdated
Show resolved
Hide resolved
documents/contents/guidebooks/how-to-develop/vue-js/error-handler-settings.md
Show resolved
Hide resolved
tsuna-can-se
approved these changes
Nov 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
この Pull request で実施したこと
ガイド/AP開発手順 > Vue.js編 に、「エラーハンドラーの設定」を追加し、グローバルエラーハンドラーの設定方法を記載しました。
モチベーション
このガイドの手順に従うことで、create-vueで作成したブランクアプリケーションにグローバルエラーハンドラーを追加できるようにしたい。
この Pull request では実施していないこと
「フロントエンドの例外処理方針」に対するドキュメント内リンクについて、
リンク先のタイトルを「クライアントサイド」から「フロントエンド」に修正すべきですが、
こちらは別のissueにて対応予定です。
カスタムエラーハンドラーについては実装を見直し中のため、
こちらの設定方法については記載しておりません。
Issues や Discussions 、関連する Web サイトなどへのリンク
カスタムエラーハンドラーに関する問題については下記のissueコメントをご覧ください。