diff --git a/lib/app/client.js b/lib/app/client.js index 1facab26b2..9ae27fdc65 100644 --- a/lib/app/client.js +++ b/lib/app/client.js @@ -386,7 +386,7 @@ Promise.all(resolveComponents) .then((Components) => { const _app = new Vue(app) - let context = getContext({ to: router.currentRoute, isClient: true }) + let context = getContext({ to: router.currentRoute, isClient: true, store }) let layoutName = 'default' return callMiddleware.call(_app, Components, context) .then(() => {