BinarCode/vue-notifyjs

Need support for asynchronous notifications

03sarath opened this issue · 0 comments

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