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 b452413 commit 0eeeb0cCopy full SHA for 0eeeb0c
packages/vue/src/components/SchemaField.ts
@@ -120,7 +120,7 @@ const markupProps = {
120
121
export function createSchemaField<
122
Components extends SchemaVueComponents = SchemaVueComponents
123
->(options: ISchemaFieldVueFactoryOptions<Components>): SchemaFieldComponents {
+>(options: ISchemaFieldVueFactoryOptions<Components> = {}): SchemaFieldComponents {
124
const SchemaField = {
125
name: 'SchemaField',
126
inheritAttrs: false,
0 commit comments