diff --git a/lib/app/client.js b/lib/app/client.js index 5c130ad6fe..30bcd02690 100644 --- a/lib/app/client.js +++ b/lib/app/client.js @@ -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