szboynono / mosha-vue-toastify

A light weight and fun Vue 3 toast or notification or snack bar or however you wanna call it library.

Home Page:https://szboynono.github.io/mosha-vue-toastify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event from custom component

Xeyos88 opened this issue · comments

Is it possible to connect to an event of a custom component used?

hmm, can you provide an example?

I want to capture an event emitted by a CustomComponent used within the Toast. I don't know like the click of a button. The only solution I can adopt for now is via eventBus custom.

I want to capture an event emitted by a CustomComponent used within the Toast. I don't know like the click of a button. The only solution I can adopt for now is via eventBus custom.

Yes, I would need something like this too. Any progress? Thanks