You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use vue-cli-plugin-electron-builder plugin to create a electron app,when i add vue-cli-plugin-apollo to the project,app show blank on start. It solved by remove import { createProvider } from './plugins/vue-apollo' and ' apolloProvider: createProvider(),' in the main.ts,so I am pretty sure it is relate to the plugin.
The text was updated successfully, but these errors were encountered:
I use
vue-cli-plugin-electron-builder
plugin to create a electron app,when i add vue-cli-plugin-apollo to the project,app show blank on start. It solved by removeimport { createProvider } from './plugins/vue-apollo' and ' apolloProvider: createProvider(),'
in the main.ts,so I am pretty sure it is relate to the plugin.The text was updated successfully, but these errors were encountered: