docs: fix space

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

View File

@ -100,7 +100,7 @@ export default {
### Quick Select ### 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 ```html
<van-calendar v-model="show" :show-confirm="false" /> <van-calendar v-model="show" :show-confirm="false" />