mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-09 22:19:45 +08:00
docs(Calendar): fix poppable typo #5420
This commit is contained in:
parent
630155833f
commit
6c2b020fc1
@ -187,7 +187,7 @@ Set `poppable` to `false`, the calendar will be displayed directly on the page i
|
|||||||
```html
|
```html
|
||||||
<van-calendar
|
<van-calendar
|
||||||
title="Calendar"
|
title="Calendar"
|
||||||
:popable="false"
|
:poppable="false"
|
||||||
:show-confirm="false"
|
:show-confirm="false"
|
||||||
:style="{ height: '500px' }"
|
:style="{ height: '500px' }"
|
||||||
/>
|
/>
|
||||||
|
@ -187,7 +187,7 @@ export default {
|
|||||||
```html
|
```html
|
||||||
<van-calendar
|
<van-calendar
|
||||||
title="日历"
|
title="日历"
|
||||||
:popable="false"
|
:poppable="false"
|
||||||
:show-confirm="false"
|
:show-confirm="false"
|
||||||
:style="{ height: '500px' }"
|
:style="{ height: '500px' }"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user