wave-ui 2.40.4 → 2.40.5

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.
@@ -465,7 +465,7 @@ const _WaveUI = class {
465
465
  }
466
466
  }
467
467
  this.config = config;
468
- this.notify = notificationManager.notify;
468
+ this.notify = (...args) => notificationManager.notify(...args);
469
469
  _WaveUI.instance = this;
470
470
  app.config.globalProperties.$waveui = reactive(this);
471
471
  }