SnotifyButton - Option "className" not implemented
Closed this issue · 1 comments
Meshz commented
Hi,
According to the documentation, there is a "className" option for SnotifyButton. But this one is not implemented.
I managed to solve this by replacing the line 1573 of vue-snotify.js:
Before :class=\"{'snotifyToast__buttons--bold': button.bold}\"
After :class=\"[ {'snotifyToast__buttons--bold': button.bold}, button.className ]\"
Could you make the change? Thank you!
artemsky commented
Oh. sry.
You will see it in the next release