mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 18:36:51 +08:00
docs(Form): use round popup
This commit is contained in:
parent
eef0c90269
commit
67be6f4f02
@ -10,6 +10,7 @@
|
|||||||
>
|
>
|
||||||
<van-popup
|
<van-popup
|
||||||
v-model="showArea"
|
v-model="showArea"
|
||||||
|
round
|
||||||
slot="extra"
|
slot="extra"
|
||||||
position="bottom"
|
position="bottom"
|
||||||
get-container="body"
|
get-container="body"
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
>
|
>
|
||||||
<van-calendar
|
<van-calendar
|
||||||
v-model="showCalendar"
|
v-model="showCalendar"
|
||||||
|
round
|
||||||
slot="extra"
|
slot="extra"
|
||||||
get-container="body"
|
get-container="body"
|
||||||
@confirm="onConfirm"
|
@confirm="onConfirm"
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
>
|
>
|
||||||
<van-popup
|
<van-popup
|
||||||
v-model="showPicker"
|
v-model="showPicker"
|
||||||
|
round
|
||||||
slot="extra"
|
slot="extra"
|
||||||
position="bottom"
|
position="bottom"
|
||||||
get-container="body"
|
get-container="body"
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
>
|
>
|
||||||
<van-popup
|
<van-popup
|
||||||
v-model="showPicker"
|
v-model="showPicker"
|
||||||
|
round
|
||||||
slot="extra"
|
slot="extra"
|
||||||
position="bottom"
|
position="bottom"
|
||||||
get-container="body"
|
get-container="body"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user