diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 9092b4f6..1e0c34d1 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -4,6 +4,10 @@ - 重构路由多层模式,解决嵌套 keepalive 执行多次问题 +### 🐛 Bug Fixes + +- 确保 CountDownInput 组件重置清空值 + ## 2.1.0 (2021-03-15) ### ✨ Features diff --git a/src/components/CountDown/src/CountButton.vue b/src/components/CountDown/src/CountButton.vue index 59c58393..d71f2188 100644 --- a/src/components/CountDown/src/CountButton.vue +++ b/src/components/CountDown/src/CountButton.vue @@ -8,22 +8,21 @@