If you're still looking for an answer here...
I think the easiest thing to do is to tap into the toasted library (https://github.com/shakee93/vue-toasted#api) that is used by Nova. You can reference this.$toasted
in your components, like so:
this.$toasted.info('My Info Message');
this.$toasted.success('It worked!');
That's what I'm looking at currently.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community