1.0.8 • Published 5 years ago

vue-h-toast v1.0.8

Weekly downloads
26
License
MIT
Repository
github
Last release
5 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

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