vue-toasted icon indicating copy to clipboard operation
vue-toasted copied to clipboard

Not working with VUEX

Open wapmastaz opened this issue 2 years ago • 1 comments

Inside my vuex state management code; this.$toasted.show() is not working. I am getting undefined

wapmastaz avatar Oct 03 '22 15:10 wapmastaz

try using this.$toast.show()

achdiadsyah avatar May 02 '23 15:05 achdiadsyah