feat(Calendar): add show-mark prop

This commit is contained in:
陈嘉涵
2019-12-26 19:59:08 +08:00
committed by neverland
parent c9964d5759
commit f65f2cc6cf
3 changed files with 15 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ Vue.use(Calendar);
| max-date | 最大日期 | `Date` | 当前日期的六个月后 | - |
| button-text | 选择日期区间时,确认按钮的文字 | `string` | `确定` | - |
| button-disabled-text | 选择日期区间时,确认按钮处于禁用状态时的文字 | `string` | `确定` | - |
| show-mark | 是否显示月份背景水印 | `boolean` | `true` | - |
### Events