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 +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 44
55<p align =" center " >
66 <a href =" https://www.npmjs.com/package/@asigloo/vue-dynamic-forms " >
7- <img src="https://badgen.net/npm/v/@asigloo/vue-dynamic-forms/next " alt="Current npm version">
7+ <img src="https://badgen.net/npm/v/@asigloo/vue-dynamic-forms" alt="Current npm version">
88 </a >
9+
910 <a href =" https://bundlephobia.com/result?p=@asigloo/vue-dynamic-forms " >
1011 <img src="https://flat.badgen.net/bundlephobia/min/@asigloo/vue-dynamic-forms" alt="Minified size">
11- </a >
12+ </a >
13+
1214 <a href =" https://vuejs.org " >
1315 <img src="https://flat.badgen.net/badge/vue.js/3.x.x/4fc08d?icon=github" alt="Vue.js version">
1416 </a >
@@ -34,7 +36,7 @@ This is the Vue `3.x.x` compatible version. Out of the box `Typescript` support,
3436Complete documentation and examples available at
3537
3638- ** [ 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/ )
3840- ** Migration Guide** (soon)
3941
4042## Installation
@@ -51,7 +53,7 @@ $ yarn add @asigloo/vue-dynamic-forms
5153
5254## Usage
5355
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 .
5557
5658To create a new ` Dynamic Form ` instance, use the ` createDynamicForms ` function;
5759
You can’t perform that action at this time.
0 commit comments