Releases: HELMAB/vue-notification-ui
Releases · HELMAB/vue-notification-ui
v1.0.3
- Added more notification type such as default, success, info, warning and danger
- Added animation slide in right
v1.0.2
- Configurable with position (left: xx, right: xx, top: xx and bottom: xx)
- Added handleClick function
this.$notification(this.title, this.body ,null, null, async () => {
console.log('Clicked Notification!')
})
v1.0.1
- Fix z-index with AdminLTE template
v1.0.0
- Simple toast notification