Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SnotifyButton - Option "className" not implemented #46

Closed
Meshz opened this issue Jun 14, 2018 · 1 comment
Closed

SnotifyButton - Option "className" not implemented #46

Meshz opened this issue Jun 14, 2018 · 1 comment

Comments

@Meshz
Copy link

Meshz commented Jun 14, 2018

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
Copy link
Owner

Oh. sry.
You will see it in the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants