plugin vue-apollo in quasar 0.15.1
-
Hello,
I managed to configure vue-apollo manually, modifying the entry.js file but every time I modified the quasar.conf.js file it eliminated the apolloProviderimport apolloProvider from ‘src / plugins / apolloProvider’
const app = {
the: ‘# q-app’,
router,
provide: apolloProvider.provide (),
store,
… App
} -
Same, this is my problem …
-
Yes, I get solved
you must use this code in your plugin
app.provide = apolloProvider.provide()
-
thank to Master Razvan
-
thanks thank you very much helped me a lot
-
Welcome
-
Great help, both from the original topic and @cheebhodh reply. Up and running with GraphQL and Apollo now, thanks!