1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

docs: fix space

This commit is contained in:
chenjiahan 2020-04-11 09:14:51 +08:00 committed by neverland
parent 7f84f8a487
commit baefc6b212

@ -100,7 +100,7 @@ export default {
### Quick Select
Set `show-confirm` to`false` to hide the confirm button. In this case, the `confirm` event will be triggered immediately after the selection is completed.
Set `show-confirm` to `false` to hide the confirm button. In this case, the `confirm` event will be triggered immediately after the selection is completed.
```html
<van-calendar v-model="show" :show-confirm="false" />