breaking change: rename get-container to teleport
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
v-model:show="showArea"
|
||||
round
|
||||
position="bottom"
|
||||
get-container="body"
|
||||
teleport="body"
|
||||
>
|
||||
<van-area
|
||||
:area-list="t('areaList')"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<van-calendar
|
||||
v-model:show="showCalendar"
|
||||
round
|
||||
get-container="body"
|
||||
teleport="body"
|
||||
@confirm="onConfirm"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
v-model:show="showPicker"
|
||||
round
|
||||
position="bottom"
|
||||
get-container="body"
|
||||
teleport="body"
|
||||
>
|
||||
<van-datetime-picker
|
||||
type="time"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
v-model:show="showPicker"
|
||||
round
|
||||
position="bottom"
|
||||
get-container="body"
|
||||
teleport="body"
|
||||
>
|
||||
<van-picker
|
||||
:columns="t('textColumns')"
|
||||
|
||||
Reference in New Issue
Block a user