1.0.0 • Published 5 years ago

vue-small-toast v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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)