diff --git a/src/runtime/App.js b/src/runtime/App.js index af2b930..66b8c8b 100644 --- a/src/runtime/App.js +++ b/src/runtime/App.js @@ -42,6 +42,8 @@ export default { } // Add $nuxt.error() this.error = this.nuxt.error + // Add $nuxt.context + this.context = this.$options.context }, methods: { setLayout (layout) {