1.0.0 • Published 7 years ago
vue-small-toast v1.0.0
vue-small-toast
a mobile toast plugin for vue
Usage
import VueToast from 'vue-toast-mobile'
Vue.use(VueToast)
this.$toast.show('hello toast')
this.$toast.show('hello toast',{ duration:3000 })
this.$toast.show('hello toast',callback)
1.0.0
7 years ago