Configuration of apollo-vue in boot file #14501
Unanswered
danielbender1989
asked this question in
General - Components / Directives / etc
Replies: 1 comment 3 replies
-
You could take a look at app-extension-apollo. I am using it for a while and it does its job. Installation will create an "apollo" subdirectory where you can place your settings. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to set up my Quasar app with apollo-vue in combination with AWS AppSync. Following the apollo-vue documentation, I have to install the plugin via Vue.use(). Therefore, I created a boot file to setup everything to use the plugin in my components using app.use as described in the Quasar bootfile doc:
When doing so, the App compiles fine but in the browser console the following error appears:
I am fairly new to Quasar. Am I missing something here? Is it the correct way to use a Vue plugin?
Beta Was this translation helpful? Give feedback.
All reactions