wave-ui 2.40.1 → 2.40.2

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.
@@ -814,7 +814,7 @@ const _sfc_main$N = {
814
814
  }),
815
815
  computed: {
816
816
  conf() {
817
- return config.notificationManager;
817
+ return this.$waveui.config.notificationManager;
818
818
  },
819
819
  notifications() {
820
820
  var _a;
@@ -2702,7 +2702,7 @@ const _sfc_main$w = {
2702
2702
  }),
2703
2703
  computed: {
2704
2704
  hasLigature() {
2705
- return config.iconsLigature === this.fontName;
2705
+ return this.$waveui.config.iconsLigature === this.fontName;
2706
2706
  },
2707
2707
  forcedSize() {
2708
2708
  return this.size && (!isNaN(this.size) ? `${this.size}px` : this.size);