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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wave-ui",
3
- "version": "2.40.4",
3
+ "version": "2.40.5",
4
4
  "description": "An emerging UI framework for Vue.js (2 & 3) with only the bright side. :sunny:",
5
5
  "author": "Antoni Andre <antoniandre.web@gmail.com>",
6
6
  "license": "MIT",
@@ -111,7 +111,7 @@ export default class WaveUI {
111
111
  }
112
112
 
113
113
  this.config = config
114
- this.notify = notificationManager.notify
114
+ this.notify = (...args) => notificationManager.notify(...args)
115
115
  WaveUI.instance = this
116
116
 
117
117
  // Make waveui reactive and expose the single instance in Vue.