docs(Form): use round popup
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user