Skip to content

Commit 37e6b62

Browse files
committed
perf: 表单支持左右插槽
1 parent 33206a6 commit 37e6b62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/views/crud/slots/form/index.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
<el-alert type="warning" title="form-body-bottom 插槽" />
2525
</template>
2626

27+
<template #form-body-left>
28+
<el-alert type="warning" title="form-body-left 插槽" />
29+
</template>
30+
<template #form-body-right>
31+
<el-alert type="warning" title="form-body-right 插槽" />
32+
</template>
33+
2734
<template #form-footer-left>
2835
<el-button type="danger">form-footer-left 插槽</el-button>
2936
</template>

0 commit comments

Comments
 (0)