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