wave-ui 2.40.3 → 2.40.4
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/dist/wave-ui.cjs.js +1 -1
- package/dist/wave-ui.es.js +1 -0
- package/dist/wave-ui.umd.js +1 -1
- package/package.json +1 -1
- package/src/wave-ui/core.js +2 -0
package/package.json
CHANGED
package/src/wave-ui/core.js
CHANGED
|
@@ -111,7 +111,9 @@ export default class WaveUI {
|
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
this.config = config
|
|
114
|
+
this.notify = notificationManager.notify
|
|
114
115
|
WaveUI.instance = this
|
|
116
|
+
|
|
115
117
|
// Make waveui reactive and expose the single instance in Vue.
|
|
116
118
|
app.config.globalProperties.$waveui = reactive(this)
|
|
117
119
|
}
|