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

Use vue-toasted with typescript #116

Closed luca-nardelli closed 5 years ago

luca-nardelli commented 5 years ago

Hi, in order to make vue-toasted work as a Vue Plugin with Typescript I had to change the signature of the PluginFunction from never to ToastOptions, otherwise I would not be able to pass options at plugin registration time.

There's probably some other modifications needed, I'll update this PR if I find them.

shakee93 commented 5 years ago

119 adds this fix