shakee93 / vue-toasted

🖖 Responsive Touch Compatible Toast plugin for VueJS 2+
https://shakee93.github.io/vue-toasted/
MIT License
2.21k stars 194 forks source link

Vue3 Support #179

Closed alvarosabu closed 4 years ago

alvarosabu commented 4 years ago

Hi, first of all, an amazing library.

Are there plans to update the library for Vue3 use?

Kind Regards

shakee93 commented 4 years ago

closing as merged

eino commented 3 years ago

Hi, thank you both for your work on this library! I was trying to use this next branch in my Vue3+TS project, however when after installing with

import VueToasted from 'vue-toasted';
createApp(App)
    .use(VueToasted)

the project compiles just fine, but on run I get this error

Uncaught TypeError: t.prototype is undefined install vue-toasted.min.js:1 use runtime-core.esm-bundler.js:3132 ts main.ts:27 Webpack 7

Would you have any idea where to go from here?

Kind regards,