Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.2.20
Environment
windows10/vue@3.2.28/typescript@4.4.4
Reproduction link
Steps to reproduce
RangePicker添加prevIcon和nextIcon插槽不生效。
<RangePicker
v-model:value="dateRange"
format="YYYY-MM-DD"
valueFormat="YYYY-MM-DD"
:placeholder="['开始日期', '结束日期']"
:disabled-date="disabledDate"
separator="至"
<template #suffixIcon>
<template #prevIcon>
<template #nextIcon>
What is expected?
添加插槽生效
What is actually happening?
RangePicker添加prevIcon和nextIcon插槽不生效。