fix - store no available to context on client side

This commit is contained in:
evseevnn 2017-03-25 12:23:42 +07:00
parent c4962f09a9
commit 8ec4eb908f

View File

@ -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(() => {