Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-08-07 06:33:04 +08:00
84 changed files with 898 additions and 345 deletions
+4
View File
@@ -87,6 +87,10 @@ export function PopupMixin(options = {}) {
beforeDestroy() {
this.removeLock();
if (this.opened) {
this.removeLock();
}
if (this.getContainer) {
removeNode(this.$refs.root);
}