fix: form item slot context fixed (#5552)

* 修复表单插槽
This commit is contained in:
Netfan 2025-02-17 21:37:05 +08:00 committed by GitHub
parent 24bad09c74
commit c07281bf41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -336,7 +336,7 @@ function autofocus() {
>
<VbenRenderContent
:content="customContentRender[name]"
v-bind="{ ...renderSlotProps, $formContext: slotProps }"
v-bind="{ ...renderSlotProps, formContext: slotProps }"
/>
</template>
<!-- <slot></slot> -->