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/
- [Vuejs]-Vue 3 grid not working any more, what am I doing wrong?
- [Vuejs]-Switch multiple case and multiple return in Vue/Javascript
0👍
change classes
to customClass
Attribute: customClass
Description: custom class name for Notification
- [Vuejs]-Property 'id' is missing in type {`id`} using GraphQL and Typescript
- [Vuejs]-Github workflow build and deploy to staging error
Source:stackexchange.com