Framework7 VueJS, Dynamic Toast Message

Toasts work great when created, and I can continue showing them with the same message.

However, I can’t make a dynamic toast,for instance I create a toast, and I want to display it with a certain message on success, and display it with another message in case of an error.

Is there a way to re-utilize the same toast and show it with different message every time? Also, taking advantage of maybe displaying certain dynamic id depending on which item the user tapped on?

No, it is not supported. Just create each time new toast with what you need to show. And destroy() it when it not needed anymore (could be right after toast close)