Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 804718d

Browse files
committed
docs: added new unicorn sponsor 🦄
1 parent 59cff16 commit 804718d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,19 @@ Complete documentation and examples available at
3939
- **[Demos](#demos)** or if you prefer online [here](https://vue-dynamic-forms-demos.alvarosaburido.dev/)
4040
- **[Migration Guide](https://vue-dynamic-forms.alvarosaburido.dev/v3/guide/migration-guide.html)**
4141

42+
## You can Help me keep working on this project 💚
43+
44+
- [Become a Sponsor on GitHub](https://github.com/sponsors/alvarosaburido)
45+
- [One-time donation via PayPal](https://paypal.me/alvarosaburido)
46+
47+
<h4 align="center">Generous Unicorns 🦄</h4>
48+
49+
<p align="center">
50+
<a href="https://github.com/OmgImAlexis" target="_blank" rel="noopener noreferrer" ">
51+
<img src="https://avatars.githubusercontent.com/u/6525926?v=4" height="72px" style="border-radius: 100%; overflow: hidden; border: 4px solid #5EDCAE" alt="OmgImAlexis">
52+
</a>
53+
</p>
54+
4255
## Installation
4356

4457
```bash
@@ -70,7 +83,7 @@ app.use(VueDynamicForms);
7083

7184
In your component:
7285

73-
```vue
86+
```javascript
7487
<template>
7588
<dynamic-form :form="form" @change="valueChanged" />
7689
</template>

0 commit comments

Comments
 (0)