Simple notification system based on Vue
type
attribute to change my color!
Add another notification:
notifications.add({title: "Yay! I was added programatically!", "content": "I am another notification"});
Add an negative notification:
notifications.add({type: "negative", title: "Oops!", "content": "Something went wrong..."});
For installation and usage please visit the wingsline-vue-notifier repository.