Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] The installation guide is very bad #1536

Open
saint777 opened this issue Feb 13, 2024 · 1 comment
Open

[docs] The installation guide is very bad #1536

saint777 opened this issue Feb 13, 2024 · 1 comment

Comments

@saint777
Copy link

Is your feature request related to a problem? Please describe.
If you go to apollo.vuejs.org/guide-composable/setup.html you will see this setup example


import { createApp, provide, h } from 'vue'
import { DefaultApolloClient } from '@vue/apollo-composable'

const app = createApp({
  setup () {
    provide(DefaultApolloClient, apolloClient)
  },

  render: () => h(App),
})

the variable "apolloClient" just don't exist, how to create it?

Describe the solution you'd like
Need clear step by step guide for install process

Describe alternatives you've considered

  1. Do this
  2. Install this
  3. Done
  4. Example how to use ApolloVue
@yarotskiu
Copy link

Sorry, but this is a first row in the instruction:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants