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

Commit ced603a

Browse files
committed
feat(docs): updated readme
1 parent ca16e61 commit ced603a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- 0.x
77
- next
8-
- dev
98

109
jobs:
1110
test-and-release:

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="https://www.npmjs.com/package/@asigloo/vue-dynamic-forms">
77
<img src="https://badgen.net/npm/v/@asigloo/vue-dynamic-forms/next" alt="Current npm version">
88
</a>
9-
<a href="https://bundlephobia.com/result?p=@asigloo/vue-dynamic-forms@next">
9+
<a href="https://bundlephobia.com/result?p=@asigloo/vue-dynamic-forms">
1010
<img src="https://flat.badgen.net/bundlephobia/min/@asigloo/vue-dynamic-forms@next" alt="Minified size">
1111
</a>
1212
<a href="https://vuejs.org">
@@ -59,9 +59,7 @@ To create a new `Dynamic Form` instance, use the `createDynamicForms` function;
5959
import { createApp } from 'vue';
6060
import { createDynamicForms } from '@asigloo/vue-dynamic-forms';
6161

62-
const VueDynamicForms = createDynamicForms({
63-
theme: 'material',
64-
});
62+
const VueDynamicForms = createDynamicForms({});
6563

6664
export const app = createApp(App);
6765

0 commit comments

Comments
 (0)