From: Eduardo San Martin Morote Date: Wed, 3 Mar 2021 12:51:03 +0000 (+0100) Subject: docs: remove experimental flag X-Git-Tag: v0.2.0~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84fe9380cec61d3cf171671b67d2b6b295eff629;p=thirdparty%2Fvuejs%2Fpinia.git docs: remove experimental flag --- 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)**