docs(Calendar): fix poppable typo #5420

This commit is contained in:
陈嘉涵 2019-12-30 13:12:26 +08:00
parent 630155833f
commit 6c2b020fc1
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ Set `poppable` to `false`, the calendar will be displayed directly on the page i
```html
<van-calendar
title="Calendar"
:popable="false"
:poppable="false"
:show-confirm="false"
:style="{ height: '500px' }"
/>

View File

@ -187,7 +187,7 @@ export default {
```html
<van-calendar
title="日历"
:popable="false"
:poppable="false"
:show-confirm="false"
:style="{ height: '500px' }"
/>