From a06df7de68c42d76237d09858e3fffd0016354bf Mon Sep 17 00:00:00 2001 From: greenbourne277 <82470038+greenbourne277@users.noreply.github.com> Date: Wed, 10 Aug 2022 11:51:12 +0200 Subject: [PATCH] doc: composition-api is only required for Vue <= 2.6.x (#1535) --- packages/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2