bk-magic-vue 2.4.15-beta.2 → 2.4.15-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36124,6 +36124,9 @@
36124
36124
  var root = document.querySelector('html');
36125
36125
  removeClass$1(root, 'bk-sideslider-show');
36126
36126
  removeResizeListener(this.$refs.content, this.handleContentResize);
36127
+ if (this.$el && this.$el.parentNode) {
36128
+ this.$el.parentNode.removeChild(this.$el);
36129
+ }
36127
36130
  },
36128
36131
  beforeDestroy: function beforeDestroy() {
36129
36132
  this.isShow && this.popUid && popManager.hide(this.popUid);