1.0.8 • Published 5 years ago

vue-toast-k v1.0.8

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

vue-toast-k

a mobile toast plugin for vue.

Usage

The global

import VueToast from 'vue-toast-k'
js.use(VueToast)

Can be called in a component

this.$toast.show("hello")

You can customize the time delay to close

this.$toast.show("hello",{
    time:2000,   //default 1000ms
    callback:function(){  
        alert('success')
    }
})
1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago