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

snotif.html not disable icon #77

Open
alorenc opened this issue Mar 12, 2019 · 0 comments
Open

snotif.html not disable icon #77

alorenc opened this issue Mar 12, 2019 · 0 comments

Comments

@alorenc
Copy link

alorenc commented Mar 12, 2019

The documentation shows that it should work like this.

vm.$snotify.html('<div class="snotifyToast__body">...</div>', {icon: false});

Generates HTML code

<div class="snotifyToast__inner">
  <div class="snotifyToast__body">...</div>
</div>

It should be like this:

<div class="snotifyToast__inner snotifyToast__noIcon">
  <div class="snotifyToast__body">...</div>
</div>

If I'm doing it wrong, correct me.

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

1 participant