mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Fix context.app in client-side
This commit is contained in:
parent
8c354c085c
commit
28d0e72641
@ -182,9 +182,8 @@ async function render (to, from, next) {
|
||||
<% if (store) { %>store,<% } %>
|
||||
isClient: true,
|
||||
next: _next.bind(this),
|
||||
error: this.error.bind(this),
|
||||
app
|
||||
})
|
||||
error: this.error.bind(this)
|
||||
}, app)
|
||||
this._context = context
|
||||
this._dateLastError = this.$options._nuxt.dateErr
|
||||
this._hadError = !!this.$options._nuxt.err
|
||||
|
Loading…
Reference in New Issue
Block a user