Need support for asynchronous notifications
03sarath opened this issue · 0 comments
03sarath commented
notifyVue: async (verticalAlign, horizontalAlign) => {
let color = Math.floor(Math.random() * 4 + 1)
this.$notify.async({
message: 'Hello',
horizontalAlign: horizontalAlign,
verticalAlign: verticalAlign,
type: this.type[color]
})
}
will this work