From 84fe9380cec61d3cf171671b67d2b6b295eff629 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 3 Mar 2021 13:51:03 +0100 Subject: [PATCH] docs: remove experimental flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fef74ee..0ecd36e3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## 👉 [Demo](https://vcuiu.csb.app/) -⚠️⚠️⚠️ This project is experimental, it's an exploration of what a _Store_ could be like using [the composition api](https://vue-composition-api-rfc.netlify.com). It works for Vue 2 by using the [official plugin](https://github.com/vuejs/composition-api) to add Composition API support to Vue 2. +Pinia works for Vue 2 by using the [official plugin](https://github.com/vuejs/composition-api) to add Composition API support to Vue 2. **If you are looking for the version compatible with Vue 3.x, check the [`v2` branch](https://github.com/posva/pinia/tree/v2)** -- 2.47.3