Skip to content

Commit

Permalink
fix: 修复group无法显示表单slot的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Aug 4, 2021
1 parent 0ecdd37 commit 72fd641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fast-crud/src/components/crud/fs-form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"
:item="computedColumns[key]"
:model-value="get(form, key)"
:slots="slots['form_' + key]"
:form-slot="slots['form_' + key]"
:get-context-fn="getContextFn"
@update:modelValue="set(form, key, $event)"
/>
Expand Down

0 comments on commit 72fd641

Please sign in to comment.