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

Commit 7a70233

Browse files
committed
feat: add arguments to nuxtServerInit
1 parent 0c79a2d commit 7a70233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const actions = {
5050
// @ts-ignore
5151
{ dispatch, commit, state }: ActionContext<any, any>,
5252
// @ts-ignore
53-
{ res, error }
53+
{ req, res, error }
5454
): Promise<void> {
5555
await console.log('nuxtServerInit')
5656
commit('setIsServerInitCalled')

0 commit comments

Comments
 (0)