mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 16:12:12 +00:00
Merge pull request #442 from evseevnn/master
fix - store no available in context on client side
This commit is contained in:
commit
584f3493b8
@ -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 })
|
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