bk-magic-vue 2.4.3 → 2.4.4

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.
@@ -30075,8 +30075,11 @@
30075
30075
  }
30076
30076
  return typeof this.zIndex === 'number' && !isNan$1(this.zIndex);
30077
30077
  },
30078
- renderZIndex: function renderZIndex() {
30079
- return this.zIndex;
30078
+ renderZIndex: {
30079
+ get: function get() {
30080
+ return this.zIndex;
30081
+ },
30082
+ set: function set() {}
30080
30083
  }
30081
30084
  },
30082
30085
  watch: {