mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
docs(Calendar): add allow-same-day tips (#7740)
This commit is contained in:
@@ -100,6 +100,8 @@ export default {
|
||||
};
|
||||
```
|
||||
|
||||
> Tips: 默认情况下,日期区间的起止时间不能为同一天,可以通过设置 allow-same-day 属性来允许选择同一天。
|
||||
|
||||
### 快捷选择
|
||||
|
||||
将 `show-confirm` 设置为 `false` 可以隐藏确认按钮,这种情况下选择完成后会立即触发 `confirm` 事件。
|
||||
|
Reference in New Issue
Block a user