Skip to content

Commit fe55952

Browse files
committed
Merge branch 'master' of github.com:nuxt-community/nuxt7
2 parents 51dbae2 + 46270b8 commit fe55952

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/runtime/App.js

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ export default {
4242
}
4343
// Add $nuxt.error()
4444
this.error = this.nuxt.error
45+
// Add $nuxt.context
46+
this.context = this.$options.context
4547
},
4648
methods: {
4749
setLayout (layout) {

0 commit comments

Comments
 (0)