Skip to content

Commit

Permalink
ja: Update path (#2069)
Browse files Browse the repository at this point in the history
Co-authored-by: numa <aytdm251@gmail.com>
  • Loading branch information
53 and aytdm committed Jun 27, 2020
1 parent d4c45e5 commit 04e0a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/api/internals-renderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: Nuxt Renderer クラス
--------------------------|---------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
`render:before` | (renderer, options) | Renderer クラスのミドルウェアとリソースを設定する前、メソッドやオプションのオーバーロードに役立ちます。
`render:setupMiddleware` | (app) *connect インスタンス* | Nuxt が追加する前のミドルウェアスタックです。カスタムしたサーバーサイドミドルウェアを登録するために使用できます。
`render:errorMiddleware` | (app) *connect インスタンス* | Nuxt のエラーミドルウェアを追加する前、Nuxt のミドルウェアを使用する前に独自のミドルウェアを追加することに役立ちます。詳細については、[Sentry モジュール](https://github.com/nuxt-community/sentry-module/blob/master/lib/module.js#L122)を参照してください。
`render:errorMiddleware` | (app) *connect インスタンス* | Nuxt のエラーミドルウェアを追加する前、Nuxt のミドルウェアを使用する前に独自のミドルウェアを追加することに役立ちます。詳細については、[Sentry モジュール](https://github.com/nuxt-community/sentry-module/blob/v4.0.3/lib/module.js#L151)を参照してください。
`render:resourcesLoaded` | (resources) | レンダラーのリソースがロードされた後に呼び出されます(クライアントマニフェスト、サーバーバンドルなど)。
`render:done` | (renderer) | SSR ミドルウェアとすべてのリソースの準備がおわったとき(Renderer 準備完了)
`render:routeContext` | (context.nuxt) | *`render:route` フックの前に route がサーバーレンダリングされるたび。* Nuxt コンテキストを `window.__ NUXT__` にシリアライズする前に呼び出され、クライアントサイドでフェッチできるデータを追加することに役立ちます。
Expand Down

0 comments on commit 04e0a6b

Please sign in to comment.