fix(Calendar): rendering error when activated (#5978)

This commit is contained in:
neverland
2020-04-01 20:27:32 +08:00
committed by GitHub
parent 537e80e37a
commit 0698872285
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ export default {
if (date === 1) {
day.topInfo = '劳动节';
} else if (date === 4) {
day.topInfo = '五四青年节';
day.topInfo = '青年节';
} else if (date === 11) {
day.text = '今天';
}