mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
breaking change: rename get-container to teleport
This commit is contained in:
@@ -388,9 +388,9 @@ export default createComponent({
|
||||
<Popup
|
||||
show={this.showAreaPopup}
|
||||
round
|
||||
teleport="body"
|
||||
position="bottom"
|
||||
lazyRender={false}
|
||||
getContainer="body"
|
||||
{...{
|
||||
'onUpdate:modelValue': (value) => {
|
||||
this.showAreaPopup = value;
|
||||
|
Reference in New Issue
Block a user