]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: add note about next branch
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 30 Jan 2020 13:44:13 +0000 (14:44 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 30 Jan 2020 13:44:13 +0000 (14:44 +0100)
README.md

index 1b070f13dc0d8cfe43101549fa67cd187b148024..cd2e3495573bfaaab312659a1b947696e53522eb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@
 
 ⚠️⚠️⚠️ 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 library](https://github.com/vuejs/composition-api).
 
+**If you are looking for the version compatible with Vue 3.x, check the [`next` branch](https://github.com/posva/pinia/tree/next)**
+
 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. **@vue/composition-api is necessary**.
 
 There are the core principles that I try to achieve with this experiment: