wave-ui 1.64.0 → 1.65.0

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.
@@ -1484,7 +1484,7 @@ const __vue2_script$L = {
1484
1484
  return {
1485
1485
  ...props,
1486
1486
  ...this.$attrs,
1487
- class: this.tooltip && this.$vnode.data.staticClass
1487
+ class: this.tooltip && [this.$vnode.data.staticClass, this.$vnode.data.class]
1488
1488
  };
1489
1489
  }
1490
1490
  }