This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
<a href =" https://www.npmjs.com/package/@asigloo/vue-dynamic-forms " >
7
7
<img src="https://badgen.net/npm/v/@asigloo/vue-dynamic-forms" alt="Current npm version">
8
8
</a >
9
- <a href =" https://bundlephobia.com/result?p=@asigloo/vue-dynamic-forms@latest " >
9
+
10
+ <a href =" https://bundlephobia.com/result?p=@asigloo/vue-dynamic-forms " >
10
11
<img src="https://flat.badgen.net/bundlephobia/min/@asigloo/vue-dynamic-forms" alt="Minified size">
11
- </a >
12
+ </a >
13
+
12
14
<a href =" https://vuejs.org " >
13
15
<img src="https://flat.badgen.net/badge/vue.js/3.x.x/4fc08d?icon=github" alt="Vue.js version">
14
16
</a >
@@ -34,7 +36,7 @@ This is the Vue `3.x.x` compatible version. Out of the box `Typescript` support,
34
36
Complete documentation and examples available at
35
37
36
38
- ** [ Documentation] ( https://vue-dynamic-forms.netlify.app ) **
37
- - ** [ Demos] ( #demos ) **
39
+ - ** [ Demos] ( #demos ) ** or if you prefer online [ here ] ( https://vue-dynamic-forms.netlify.app/ )
38
40
- ** Migration Guide** (soon)
39
41
40
42
## Installation
@@ -51,7 +53,7 @@ $ yarn add @asigloo/vue-dynamic-forms
51
53
52
54
## Usage
53
55
54
- The installation and usage has change to align with new Vue 3 plugin process .
56
+ The installation and usage has change to align with new Vue 3 plugin installation .
55
57
56
58
To create a new ` Dynamic Form ` instance, use the ` createDynamicForms ` function;
57
59
You can’t perform that action at this time.
0 commit comments