Skip to content

Releases: HELMAB/vue-notification-ui

v1.0.3

12 Nov 14:28

Choose a tag to compare

  • Added more notification type such as default, success, info, warning and danger
  • Added animation slide in right

v1.0.2

06 Nov 16:23

Choose a tag to compare

  • 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

05 Nov 03:21

Choose a tag to compare

  • Fix z-index with AdminLTE template

v1.0.0

05 Nov 03:08

Choose a tag to compare

  • Simple toast notification