Modal's mask property is no longer mandatory to set false in draggable mode

This commit is contained in:
梁灏 2021-05-25 15:41:32 +08:00
parent c5663a34f9
commit 899c7009b2

View file

@ -247,7 +247,7 @@
}
},
showMask () {
return this.draggable ? false : this.mask;
return this.mask;
}
},
methods: {