vue-toasted
vue-toasted copied to clipboard
does show method accept custom component?
for example llike this:
this.$toasted.show(<my-vue-comp />)
or if it doesn't, how do I render html inside the show method?