1.0.5 • Published 6 years ago

vue-toast-zhensg v1.0.5

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

#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

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago