feat: modal&drawer support center-footer slot (#5956)

This commit is contained in:
ming4762
2025-04-15 16:04:44 +08:00
committed by GitHub
parent d864085c13
commit c7e6210c8d
5 changed files with 17 additions and 14 deletions

View File

@@ -30,5 +30,6 @@ function lockDrawer() {
<Button type="primary" @click="lockDrawer">锁定抽屉状态</Button>
<!-- <template #prepend-footer> slot </template> -->
<!-- <template #append-footer> prepend slot </template> -->
<!-- <template #center-footer> center slot </template> -->
</Drawer>
</template>