1.0.5 • Published 8 years ago

vue-toast-zhensg v1.0.5

Weekly downloads
2
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago