bk-magic-vue 2.5.9-beta.7 → 2.5.9-beta.8

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.
@@ -37041,8 +37041,7 @@
37041
37041
  default: ''
37042
37042
  },
37043
37043
  zIndex: {
37044
- type: [Number, String],
37045
- default: 'default'
37044
+ type: [Number, String]
37046
37045
  },
37047
37046
  multiInstance: {
37048
37047
  type: Boolean,
@@ -37051,10 +37050,6 @@
37051
37050
  transfer: {
37052
37051
  type: Boolean,
37053
37052
  default: false
37054
- },
37055
- appendToBody: {
37056
- type: Boolean,
37057
- default: false
37058
37053
  }
37059
37054
  },
37060
37055
  data: function data() {
@@ -37119,8 +37114,6 @@
37119
37114
  this.$el.parentNode.removeChild(this.$el);
37120
37115
  }
37121
37116
  },
37122
- beforeDestroy: function beforeDestroy() {
37123
- },
37124
37117
  methods: {
37125
37118
  isScrollY: function isScrollY() {
37126
37119
  return document.documentElement.offsetHeight > document.documentElement.clientHeight;