euvl / vue-notification

:icecream: Vue.js 2 library for showing notifications
http://vue-notification.yev.io/
MIT License
2.39k stars 213 forks source link

Vue 3 Support #244

Closed nirnejak closed 3 years ago

nirnejak commented 3 years ago

Is your feature request related to a problem? Please describe. Need Support for Vue 3, it's breaking

Describe the solution you'd like Would like to see the support for Vue 3

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Currently getting the following error

index.js?ee98:146 Uncaught TypeError: __WEBPACK_IMPORTED_MODULE_0_vue___default.a is not a constructor
    at Object.eval (index.js?ee98:146)
    at __webpack_require__ (index.js?ee98:30)
    at Object.eval (index.js?ee98:240)
    at __webpack_require__ (index.js?ee98:30)
    at Object.eval (index.js?ee98:208)
    at __webpack_require__ (index.js?ee98:30)
    at Object.eval (index.js?ee98:154)
    at __webpack_require__ (index.js?ee98:30)
    at eval (index.js?ee98:76)
    at eval (index.js?ee98:79)
Glideh commented 3 years ago

The project has been continued in a fork and works pretty fine for me. It is now working with Vue 3 and has been ported to Typescript. Related thread for more details: #198

nirnejak commented 3 years ago

@Glideh Thanks for sharing this