-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
RangePicker添加prevIcon和nextIcon插槽不生效 #7126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
我瞅瞅! |
Maybe I can take a look at that issue as well |
@kovsu @selicens @chenx0000 please focus #7154 |
这个不已经提了一个pr了嘛 |
主要一直没有review 和merge , |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
3.2.20
Environment
windows10/[email protected]/[email protected]
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插槽不生效。
The text was updated successfully, but these errors were encountered: