We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3079a83 commit adc032cCopy full SHA for adc032c
src/composables/useFormKitSchema.ts
@@ -7,7 +7,7 @@ export function useFormKitSchema() {
7
}
8
9
10
- const addElement = (element: string = 'div', children: any[] = [], attrs: object = {}, render: string = 'true') => {
+ const addElement = (element: string = 'div', children: any[] | string = [], attrs: object = {}, render: string = 'true') => {
11
return {
12
$el: element,
13
if: render,
0 commit comments