Skip to content

Commit

Permalink
fix: incorrect slots.menu in schema (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieuzest authored Dec 11, 2024
1 parent 7f2a66e commit b5b11c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form/src/schema.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{{ t('edit.json') }}
</div>
<component
:is="slots.menu"
:is="$slots.menu"
v-bind="{ schema, modelValue, initial, disabled }"
@update:modelValue="$emit('update:modelValue', $event)"
></component>
Expand Down

0 comments on commit b5b11c9

Please sign in to comment.