8000 RangePicker添加prevIcon和nextIcon插槽不生效 · Issue #7125 · vueComponent/ant-design-vue · GitHub
[go: up one dir, main page]

Skip to content
RangePicker添加prevIcon和nextIcon插槽不生效 #7125
Closed
@chenx0000

Description

@chenx0000
  • 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

Edit on CodeSandbox

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插槽不生效。

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0