mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 18:27:40 +08:00
fix(components): [dialog] remove footer when not existed (#6590)
This commit is contained in:
parent
3ea96be394
commit
61cfd369dc
@ -35,7 +35,7 @@
|
||||
<slot name="title" />
|
||||
</template>
|
||||
<slot />
|
||||
<template #footer>
|
||||
<template v-if="$slots.footer" #footer>
|
||||
<slot name="footer" />
|
||||
</template>
|
||||
</el-dialog-content>
|
||||
|
Loading…
Reference in New Issue
Block a user