From 99a3865cebf60f8bc53dd2ffaab23b78c7442524 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 20 Sep 2021 19:00:16 +0200 Subject: [PATCH] docs: compatibility nodes --- packages/docs/src/guide/README.md | 9 ++++++++- packages/docs/src/guide/installation.md | 7 +++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/docs/src/guide/README.md b/packages/docs/src/guide/README.md index af249df..97efff6 100644 --- a/packages/docs/src/guide/README.md +++ b/packages/docs/src/guide/README.md @@ -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 [![sponsors logos](https://guillaume-chau.info/sponsors.png)](https://guillaume-chau.info/sponsors) diff --git a/packages/docs/src/guide/installation.md b/packages/docs/src/guide/installation.md index 73a52a4..5a5b946 100644 --- a/packages/docs/src/guide/installation.md +++ b/packages/docs/src/guide/installation.md @@ -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! ✨🚀