1.0.6 • Published 4 years ago

vue-wltoast v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

基于vue超轻量toast提示框

安装

npm i vue-wltoast

引用

import wlToast from 'vue-wltoast'

使用

Vue.use(wlToast)

配置

 this.wlToast({
    title: '获取资源失败',//提示名称
    top: 10,//提示距离页面顶部距离,
    duration:2000,//提示显示时间,默认1000
    cancell: () => {//提示结束后回调函数
              
    }
  })
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.0

4 years ago