ankurk91/vue-toast-notification

Can we trigger a toast from vuex store action

Vidhyanandcs opened this issue · 1 comments

I'm submitting a ... (check one with "x")


[x ] Question=> can i use this to trigger a toast from the vuex store.

Tell about your platform

  • Vue.js version : 2.6.x
  • Browser name and version : Chrome|Firefox|Edge x.x.x
  • This package version : 0.x.x

Current behavior

Expected behavior

Minimal reproduction of the problem with instructions

we are using something like this in bootstrap vue

import { BToast } from 'bootstrap-vue' let bootStrapToaster = new BToast(); bootStrapToaster.$bvToast.toast(error.response.data.message, { title: 'Error', variant: 'danger', solid: true })

You suppose to post your query here

https://github.com/bootstrap-vue/bootstrap-vue