bk-magic-vue 2.5.4-beta.7 → 2.5.4-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.
@@ -26601,13 +26601,11 @@
26601
26601
  styles[prefixedProperty] = "translate3d(".concat(left, "px, ").concat(top, "px, 0)");
26602
26602
  styles[sideA] = 0;
26603
26603
  styles[sideB] = 0;
26604
- styles.willChange = 'transform';
26605
26604
  } else {
26606
26605
  var invertTop = sideA === 'bottom' ? -1 : 1;
26607
26606
  var invertLeft = sideB === 'right' ? -1 : 1;
26608
26607
  styles[sideA] = top * invertTop;
26609
26608
  styles[sideB] = left * invertLeft;
26610
- styles.willChange = "".concat(sideA, ", ").concat(sideB);
26611
26609
  }
26612
26610
  var attributes = {
26613
26611
  'x-placement': data.placement