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

View File

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