1.0.3 • Published 4 years ago

vuetotastkk v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

vuetotastkk

A mobile toast plugin for vue

Useage

import vuetotastkk from 'vuetotastkk'

Vue.use(vuetotastkk)

this.$toast.show("hello, toast")

this.$toast.show("hello, toast", {
    duration: 3000
}) 

this.$toast.show("hello, toast", funcion() {

})