From: greenbourne277 <82470038+greenbourne277@users.noreply.github.com> Date: Wed, 10 Aug 2022 09:51:12 +0000 (+0200) Subject: doc: composition-api is only required for Vue <= 2.6.x (#1535) X-Git-Tag: @pinia/nuxt@0.4.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06df7de68c42d76237d09858e3fffd0016354bf;p=thirdparty%2Fvuejs%2Fpinia.git doc: composition-api is only required for Vue <= 2.6.x (#1535) --- diff --git a/packages/docs/getting-started.md b/packages/docs/getting-started.md index 196ba90f..ace7e155 100644 --- a/packages/docs/getting-started.md +++ b/packages/docs/getting-started.md @@ -9,7 +9,7 @@ npm install pinia ``` :::tip -If your app is using Vue 2, you also need to install the composition api: `@vue/composition-api`. If you are using Nuxt, you should follow [these instructions](/ssr/nuxt.md). +If your app is using Vue <= 2.6.x, you also need to install the composition api: `@vue/composition-api`. If you are using Nuxt, you should follow [these instructions](/ssr/nuxt.md). ::: If you are using the Vue CLI, you can instead give this [**unofficial plugin**](https://github.com/wobsoriano/vue-cli-plugin-pinia) a try.