We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a39757 commit 46270b8Copy full SHA for 46270b8
src/runtime/App.js
@@ -42,6 +42,8 @@ export default {
42
}
43
// Add $nuxt.error()
44
this.error = this.nuxt.error
45
+ // Add $nuxt.context
46
+ this.context = this.$options.context
47
},
48
methods: {
49
setLayout (layout) {
0 commit comments