README
vue-toast-zhensg
A mobile toast plugin for vue.
Introduction
A mobile toast plugin for vue.
Useage
It's simple.
//first import plugin
import VueToast from 'vue-toast-zhensg'
//and register the plugin on vue.
Vue.use(VueToast)
//last , you can call it .
this.$toast.show("hello,toast")
or
this.$toast.show("hello,toast",{ duration:3000 })
Keywords
vuejs vue vue-component component