1.1.0 • Published 4 years ago

vue-toast-h5 v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

vue-toast-h5

a H5 toast plugin for vue

Usage

import VueToast from 'vue-toast-h5'

Vue.use(VueToast)

/**
 * duration: 多长时间后关闭,
 * closed: 关闭后执行的回调方法
 */ 
this.$toast.show("hello vue toast", {
	duration: 3000,
	closed: ()=>{
		this.$toast.info('info message');
	}}
)

this.$toast.info("hello vue toast")

this.$toast.warn("hello vue toast")

this.$toast.error("hello vue toast")
1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago