tiny-vue icon indicating copy to clipboard operation
tiny-vue copied to clipboard

✨ [Feature]: DatePicker新增footer插槽

Open AcWrong02 opened this issue 1 year ago • 1 comments

What problem does this feature solve

image 我在使用日历组件时,需要直接在日历面板的下方添加其他元素,但是当前的datePicker组件是不支持的,只能通过控制css样式来实现,那对开发者来说太痛苦了

What does the proposed API look like

<datePicker>
    <template #footer>
      // 这里添加自定义的fooer内容
    </template>
</datePicker>

What is your project name

null

AcWrong02 avatar Jul 26 '24 01:07 AcWrong02

Bot detected the issue body's language is not English, translate it automatically.


Title: ✨ [Feature]: DatePicker adds footer slot

Issues-translate-bot avatar Jul 26 '24 01:07 Issues-translate-bot