From a764a95ae9a6cff831f75aa97b00724cadc48e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E6=9C=A8?= Date: Mon, 19 Jul 2021 15:27:05 +0800 Subject: [PATCH] fix(countdown-input): add `slots` support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为CountdownInput组件添加Input的插槽支持 --- CHANGELOG.zh_CN.md | 1 + src/components/CountDown/src/CountdownInput.vue | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 8323f220127..bc5cd664c77 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -30,6 +30,7 @@ - **MultipleTab** 修复可能会意外创建登录路由标签的问题 - **BasicTree** 修复搜索功能可能导致`checkedKeys`丢失的问题 - **CodeEditor** 修复 value 不支持 v-model 用法的问题 +- **CountdownInput** 修复不支持`input`插槽的问题 - **其它** - 修复菜单默认折叠的配置不起作用的问题 - 修复`safari`浏览器报错导致网站打不开 diff --git a/src/components/CountDown/src/CountdownInput.vue b/src/components/CountDown/src/CountdownInput.vue index 106f3cd37c0..eccc940c0d5 100644 --- a/src/components/CountDown/src/CountdownInput.vue +++ b/src/components/CountDown/src/CountdownInput.vue @@ -3,6 +3,9 @@ +