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