We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33206a6 commit 37e6b62Copy full SHA for 37e6b62
src/views/crud/slots/form/index.vue
@@ -24,6 +24,13 @@
24
<el-alert type="warning" title="form-body-bottom 插槽" />
25
</template>
26
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
33
+
34
<template #form-footer-left>
35
<el-button type="danger">form-footer-left 插槽</el-button>
36
0 commit comments