breaking change: rename get-container to teleport

This commit is contained in:
chenjiahan
2020-08-21 10:58:02 +08:00
parent 07d1a2590f
commit 52b187692b
39 changed files with 154 additions and 127 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
v-model:show="showArea"
round
position="bottom"
get-container="body"
teleport="body"
>
<van-area
:area-list="t('areaList')"
+1 -1
View File
@@ -12,7 +12,7 @@
<van-calendar
v-model:show="showCalendar"
round
get-container="body"
teleport="body"
@confirm="onConfirm"
/>
</template>
+1 -1
View File
@@ -13,7 +13,7 @@
v-model:show="showPicker"
round
position="bottom"
get-container="body"
teleport="body"
>
<van-datetime-picker
type="time"
+1 -1
View File
@@ -13,7 +13,7 @@
v-model:show="showPicker"
round
position="bottom"
get-container="body"
teleport="body"
>
<van-picker
:columns="t('textColumns')"