Netfan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/@core/ui-kit/form-ui/src/form-render/form-field.vue
|
|
|
@ -336,7 +336,7 @@ function autofocus() { |
|
|
|
> |
|
|
|
<VbenRenderContent |
|
|
|
:content="customContentRender[name]" |
|
|
|
v-bind="{ ...renderSlotProps, $formContext: slotProps }" |
|
|
|
v-bind="{ ...renderSlotProps, formContext: slotProps }" |
|
|
|
/> |
|
|
|
</template> |
|
|
|
<!-- <slot></slot> --> |
|
|
|
|