1.0.3 • Published 4 years ago

vue-toast-demo-cs v1.0.3

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

#vue-toast-demo-cs

a mobile toast plugin for vue.

##Usage

import Vuetoast from 'vue-toast-demo'

Vue.use(VueToast)

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