From: Eduardo San Martin Morote Date: Wed, 3 Mar 2021 12:51:33 +0000 (+0100) Subject: docs: remove experimental flag X-Git-Tag: v2.0.0-alpha.8~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=617fbc60d59c39d0c21e3e87d29f178a9eca7811;p=thirdparty%2Fvuejs%2Fpinia.git docs: remove experimental flag --- diff --git a/README.md b/README.md index 50d506c5..7fb8e3a1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## 👉 [Demo on CodeSandbox](https://j4qzw.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 both for Vue 2.x and Vue 3.x and you are currently on the branch that supports Vue 3.x. [Go here for the Vue 2.x compatible version](https://github.com/posva/pinia/tree/v1). +Pinia works both for Vue 2.x and Vue 3.x and you are currently on the branch that supports Vue 3.x. [Go here for the Vue 2.x compatible version](https://github.com/posva/pinia/tree/v1). What I want is to inspire others to think about ways to improve Vuex and come up with something that works very well with the composition api. Ideally it could also be used without it.