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!')
})
this.$notification(this.title, this.body ,null, null, async () => {
console.log('Clicked Notification!')
})