kugatsu765 / vueNotification

Notification plugin for VuesJS
https://codesandbox.io/s/github/kugatsu765/vueNotificationSample2/tree/master/
MIT License
51 stars 9 forks source link

Is HTML support added in it? #54

Closed oldravian closed 2 years ago

oldravian commented 2 years ago

HTML not working!

this.$notification.success("hello world");

oldravian commented 2 years ago

I checked your source, yes it's added but you didn't mention it in the docs.

Vue.use(VueNotification, {
    timer: 20,
    messageIsHTML: true,
});
kugatsu765 commented 2 years ago

Thanks, i will add it :)