1.0.5 • Published 7 years ago

vue-toast-zhensg v1.0.5

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

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago