1.0.6 • Published 4 years ago

vuetoastkk1 v1.0.6

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

vuetotastkk1

A mobile toast plugin for vue

Useage

npm install vuetotastkk1

import vuetotastkk1 from 'vuetotastkk1'

Vue.use(vuetotastkk1)

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

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

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

})