We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8cc79 commit c9b648dCopy full SHA for c9b648d
packages/docs/src/guide-components/setup.md
@@ -37,6 +37,8 @@ Use the `@apollo/client/core` import path otherwise you will also import React.
37
The provider holds the Apollo client instances that can then be used by all the child components.
38
39
```js
40
+import { createApolloProvider } from '@vue/apollo-option'
41
+
42
const apolloProvider = createApolloProvider({
43
defaultClient: apolloClient,
44
})
0 commit comments