Skip to content

Commit

Permalink
perf: 表单支持左右插槽
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Oct 23, 2024
1 parent 11ad681 commit d5e5fb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/views/crud/slots/form/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
<n-alert type="warning" title="form-body-bottom 插槽" />
</template>

<template #form-body-left>
<n-alert type="warning" title="form-body-left 插槽" />
</template>
<template #form-body-right>
<n-alert type="warning" title="form-body-right 插槽" />
</template>

<template #form-footer-left>
<n-button type="danger">form-footer-left 插槽</n-button>
</template>
Expand Down

0 comments on commit d5e5fb9

Please sign in to comment.