]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: add sponsors
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 26 Mar 2020 15:49:32 +0000 (16:49 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 26 Mar 2020 15:50:32 +0000 (16:50 +0100)
README.md

index b09c2c655d44944df2d5a9af3f936a1948b57843..a3bc14cb23a4496565004d420efaf6eaa4e3f5fd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,6 +6,32 @@
 
 đźŤŤAutomatically Typed, Modular and lightweight (but **Experimental**) Store for Vue based on the composition api with devtools support
 
+**Help me keep working on Open Source in a sustainable way đźš€**. Help me with as little as \$1 a month, [sponsor me on Github](https://github.com/sponsors/posva).
+
+<h3 align="center">Silver Sponsors</h3>
+
+<p align="center">
+  <a href="https://www.vuemastery.com" title="Vue Mastery" target="_blank">
+    <img src="https://www.vuemastery.com/images/lgo-vuemastery.svg" alt="Vue Mastery logo" height="48px">
+  </a>
+</p>
+
+<p align="center">
+  <a href="https://vuetifyjs.com" target="_blank" title="Vuetify">
+    <img src="https://vuejs.org/images/vuetify.png" alt="Vuetify logo" height="48px">
+  </a>
+</p>
+
+<h3 align="center">Bronze Sponsors</h3>
+
+<p align="center">
+  <a href="https://www.storyblok.com" target="_blank" title="Storyblok">
+    <img src="https://a.storyblok.com/f/51376/3856x824/fea44d52a9/colored-full.png" alt="Storyblok logo" height="32px">
+  </a>
+</p>
+
+---
+
 ## đꑉ [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 library](https://github.com/vuejs/composition-api).
@@ -125,7 +151,7 @@ export default defineComponent({
       // gives access to the state
       state: main.state,
       // gives access to specific getter; like `computed` properties, do not include `.value`
-      doubleCount: main.doubleCount
+      doubleCount: main.doubleCount,
     }
   },
 })