docs(Form): use round popup

This commit is contained in:
chenjiahan 2020-07-07 16:59:54 +08:00
parent eef0c90269
commit 67be6f4f02
4 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@
>
<van-popup
v-model="showArea"
round
slot="extra"
position="bottom"
get-container="body"

View File

@ -10,6 +10,7 @@
>
<van-calendar
v-model="showCalendar"
round
slot="extra"
get-container="body"
@confirm="onConfirm"

View File

@ -10,6 +10,7 @@
>
<van-popup
v-model="showPicker"
round
slot="extra"
position="bottom"
get-container="body"

View File

@ -10,6 +10,7 @@
>
<van-popup
v-model="showPicker"
round
slot="extra"
position="bottom"
get-container="body"