'quasar_src_plugins_Notify_js__WEBPACK_IMPORTED_MODULE_3__.default.create is not a function
I upgrade my app from Quasar 1 to Quasar 2. When I run the app, the above error appears. What's wrong?
My run command:
quasar dev
I use Quasar 2.5.5 Node 16.14.0
Solution 1:[1]
Add the plugin 'Notify' in the file quasar.conf.js.
// Quasar plugins
plugins: [
'Notify'
]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Johannes van Leeuwen |
