1.0.8 • Published 6 years ago

vue-h-toast v1.0.8

Weekly downloads
26
License
MIT
Repository
github
Last release
6 years ago

vue-h-toast

随便写的一个适用与vue的toast插件

npm安装和引用

# 安装
npm i vue-h-toast

# 引用
import VueToast from 'vue-h-toast'
Vue.use(VueToast)

# 使用方法
this.$toast.show('show message'); // 默认duration: 3000
this.$toast.show('show message', {duration: 2000});

js文件引入

#引入
script标签引入dist/vue-h-toast.js

使用demo参考src/index.html
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago