tiny-vue
tiny-vue copied to clipboard
✨ [Feature]: DatePicker新增footer插槽
What problem does this feature solve
我在使用日历组件时,需要直接在日历面板的下方添加其他元素,但是当前的datePicker组件是不支持的,只能通过控制css样式来实现,那对开发者来说太痛苦了
What does the proposed API look like
<datePicker>
<template #footer>
// 这里添加自定义的fooer内容
</template>
</datePicker>
What is your project name
null
Bot detected the issue body's language is not English, translate it automatically.
Title: ✨ [Feature]: DatePicker adds footer slot