1.0.9 • Published 5 years ago

h5-vue-toast v1.0.9

Weekly downloads
5
License
MIT
Repository
-
Last release
5 years ago

h5-vue-toast

yarn add h5-vue-toast
// or
npm i h5-vue-toast
// client-entry.js
import Toast from 'h5-vue-toast'

Vue.prototype.$toast = new Toast()
/**
* options<Object>:
* - duration<Number>:toast 持续的时间(loading 是一直存在),默认 1500(ms)
* - timeout<Number>:then 调用的间隔时间(loading 没有 then),默认 1500(ms)
*/

this.$toast.info('string').then()

this.$toast.error('string').then()

this.$toast.success('string').then()

this.$toast.loading('string')

this.$toast.stop()
1.0.9

5 years ago

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