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 apolloProvider
import apolloProvider from ‘src / plugins / apolloProvider’
const app = {
the: ‘# q-app’,
router,
provide: apolloProvider.provide (),
store,
… App
}