docs: compatibility nodes
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
# Introduction
|
||||
|
||||
This library integrates [apollo](https://www.apollographql.com/) in your [Vue](http://vuejs.org) components with declarative queries. Compatible with Vue 2.0+ and 3.0+.
|
||||
This library integrates [apollo](https://www.apollographql.com/) in your [Vue](http://vuejs.org) components with declarative queries.
|
||||
|
||||
[➡️ Go to Installation](./installation.md)
|
||||
|
||||
## Compatibility
|
||||
|
||||
- Vue 3
|
||||
- Apollo Client 3
|
||||
|
||||
Note: `@vue/apollo-composable` supports Vue 2 thanks to [Vue Demi](https://github.com/vueuse/vue-demi).
|
||||
|
||||
## Sponsors
|
||||
|
||||
[](https://guillaume-chau.info/sponsors)
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Installation
|
||||
|
||||
## Compatibility
|
||||
|
||||
- Vue 3
|
||||
- Apollo Client 3
|
||||
|
||||
Note: `@vue/apollo-composable` supports Vue 2 thanks to [Vue Demi](https://github.com/vueuse/vue-demi).
|
||||
|
||||
## Vue CLI Plugin
|
||||
|
||||
I made a plugin for [vue-cli](http://cli.vuejs.org) so you can add Apollo (with an optional GraphQL server!) in literally two minutes! ✨🚀
|
||||
|
||||
Reference in New Issue
Block a user