Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 55756d9

Browse files
committed
feat(nuxt.config.ts): add comment
1 parent e07ec70 commit 55756d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nuxt.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ module.exports = {
128128
}
129129
},
130130
router: {
131+
// リロードのタイミングでは SSR 側で実行される
132+
// ルーティングの度に CSR 側で実行される
131133
middleware: 'check-auth',
132134

133135
extendRoutes(routes: any, resolve: any) {

0 commit comments

Comments
 (0)