Maronato / vue-toastification

Vue notifications made easy!
https://vue-toastification.maronato.dev
MIT License
3.03k stars 139 forks source link

Please allow me to handle the event when I click the close button. #375

Open hahmjuntae opened 1 year ago

hahmjuntae commented 1 year ago

Hello. We are using your vue-toastification well. I write like this because I have a function that I want to use.

Currently, only two events are allowed to be handled on individual toast, onClose and onClick, but can you also create an event function that can be handled when you click closeButton?

It may be a bit off from the function of toast, but I want the function below.

For example, if the prompt is successful, you will see toast and the phrase "Go to that page in 3 seconds." However, if you press close button, I would like to include a function that cancels the movement to that page.

Please review the above!