arthurvasconcelos / vue-izitoast

Elegant, responsive, flexible and lightweight notification plugin implemented for Vue 2 of iziToast
https://arthurvasconcelos.com.br/vue-izitoast
Apache License 2.0
133 stars 21 forks source link

Cannot read property 'question' of undefined #bug #27

Open ittroller opened 5 years ago

ittroller commented 5 years ago

image

i had a bug when i close popup and call $toast.question to confirm close popup but sometime, it dont work step:

  1. i have 1 popup show and 1 popup create (when i open popup show or popup create, i click button close, it work)
  2. when i open popup show and click button "create" -> popup show is close and popup create open, in here, i click button close popup and it don't work (i want click button close popup, it will open confirm with toast question, but had error)

pls help