Skip to content

Commit

Permalink
add x-slot props support
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeLikeACode committed Oct 25, 2024
1 parent 4346f8c commit c5b0897
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vue/src/components/SchemaField.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ const markupProps = {
type: Boolean,
default: undefined,
},
xSlot: {
type: String,
default: undefined,
},
}

export function createSchemaField<
Expand Down

0 comments on commit c5b0897

Please sign in to comment.