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

Commit e40f9bd

Browse files
committed
bugfix(readme): remove theme from readme
1 parent 21ad1b7 commit e40f9bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -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)