We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51dbae2 + 46270b8 commit fe55952Copy full SHA for fe55952
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