We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.2.20
windows10/[email protected]/[email protected]
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>
添加插槽生效
RangePicker添加prevIcon和nextIcon插槽不生效。
The text was updated successfully, but these errors were encountered:
Duplicate of #7126
Sorry, something went wrong.
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.
No branches or pull requests
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: