mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 14:41:25 +00:00
Merge pull request #696 from qm3ster/patch-1
Fix copy paste typo in the comments
This commit is contained in:
commit
d966c739db
@ -6,7 +6,7 @@ module.exports = {
|
|||||||
middleware: 'apollo'
|
middleware: 'apollo'
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
// Will inject the plugin in the $root app and also in the context as `i18n`
|
// Will inject the plugin in the $root app and also in the context as `apolloProvider`
|
||||||
{ src: '~plugins/apollo.js', injectAs: 'apolloProvider' }
|
{ src: '~plugins/apollo.js', injectAs: 'apolloProvider' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user