From 3133d0d0ee63225fd63b2158608516a43442d57a Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sun, 24 Jan 2021 09:24:33 +0800 Subject: [PATCH] docs: fix missing translation --- docs/markdown/changelog-v3.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/changelog-v3.zh-CN.md b/docs/markdown/changelog-v3.zh-CN.md index 71efd3d5a..fa96de811 100644 --- a/docs/markdown/changelog-v3.zh-CN.md +++ b/docs/markdown/changelog-v3.zh-CN.md @@ -37,7 +37,7 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 **Bug Fixes** -- Calendar: should reset to default date when calling reset method [#7967](https://github.com/youzan/vant/issues/7967) +- Calendar: 修复调用 reset 方法时未重置到默认日期的问题 [#7967](https://github.com/youzan/vant/issues/7967) - Dialog: 修复切换 allowHtml 时 message 渲染不正确的问题 [#7968](https://github.com/youzan/vant/issues/7968) - ImagePreview: 修复 scale 事件的 index 参数为 undefined 的问题 [#7971](https://github.com/youzan/vant/issues/7971)