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 <van-popup
v-model="showArea" v-model="showArea"
round
slot="extra" slot="extra"
position="bottom" position="bottom"
get-container="body" get-container="body"

View File

@ -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"

View File

@ -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"

View File

@ -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"