mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
fix - store no available to context on client side
This commit is contained in:
parent
8ec4eb908f
commit
435337529a
@ -386,7 +386,7 @@ Promise.all(resolveComponents)
|
|||||||
.then((Components) => {
|
.then((Components) => {
|
||||||
const _app = new Vue(app)
|
const _app = new Vue(app)
|
||||||
|
|
||||||
let context = getContext({ to: router.currentRoute, isClient: true, store })
|
let context = getContext({ to: router.currentRoute, isClient: true<%= (store ? ', store' : '') %> })
|
||||||
let layoutName = 'default'
|
let layoutName = 'default'
|
||||||
return callMiddleware.call(_app, Components, context)
|
return callMiddleware.call(_app, Components, context)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user