This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,19 @@ Complete documentation and examples available at
39
39
- ** [ Demos] ( #demos ) ** or if you prefer online [ here] ( https://vue-dynamic-forms-demos.alvarosaburido.dev/ )
40
40
- ** [ Migration Guide] ( https://vue-dynamic-forms.alvarosaburido.dev/v3/guide/migration-guide.html ) **
41
41
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
+
42
55
## Installation
43
56
44
57
``` bash
@@ -70,7 +83,7 @@ app.use(VueDynamicForms);
70
83
71
84
In your component:
72
85
73
- ``` vue
86
+ ``` javascript
74
87
< template>
75
88
< dynamic- form : form= " form" @change= " valueChanged" / >
76
89
< / template>
You can’t perform that action at this time.
0 commit comments