[Vuejs]-How do i add a style to notifications in vue.js?

0👍

If you are using the vue-notifications package you can manage it’s settings (including the list of classes) via the component props as described here. Like:

<notifications classes="your-class-name"/>

There is also a small example that may be usefull http://vue-notification.yev.io/

0👍

change classes to customClass

Attribute: customClass

Description: custom class name for Notification

https://element.eleme.io/#/en-US/component/notification

Leave a comment