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

Commit 0cbc9c5

Browse files
committed
fix(app): demo app main error
1 parent 8921120 commit 0cbc9c5

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

dev/typescript/main.ts

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ import { createDynamicForms } from '../../src';
99
*/
1010
const VueDynamicForms = createDynamicForms({
1111
autoValidate: true,
12-
customClass: 'plugin-options-class-added',
13-
customStyles: {
14-
display: 'flex',
15-
flexWrap: 'wrap',
12+
form: {
13+
customClass: 'plugin-options-class-added',
14+
customStyles: {
15+
display: 'flex',
16+
flexWrap: 'wrap',
17+
},
18+
method: 'POST',
19+
netlify: false,
20+
netlifyHoneypot: null,
1621
},
17-
method: 'POST',
18-
netlify: false,
19-
netlifyHoneypot: null,
2022
});
2123

2224
export const app = createApp(App);

0 commit comments

Comments
 (0)