vue-toast-component

2.0.0 • Public • Published

Other

  • 仿照一位Vue大牛的代码(全盘借鉴)捂脸 (github地址: wc-messagebox)
  • 另外推荐一个Vue轮播图插件。占用内存小、流畅、api友好、更新维护快。(轮播图github地址: wc-swiper)

Install

npm i vue-toast-component --save

Quick Start Usage

//main.js中引入
import Toast from 'vue-toast-component'
Vue.use(Toast)
 
在某个vue文件中使用
this.$toast(content, duration);
 
//举例
this.$toast("你好") 或者
this.$toast("你好",1500)

Readme

Keywords

Package Sidebar

Install

npm i vue-toast-component

Weekly Downloads

4

Version

2.0.0

License

ISC

Last publish

Collaborators

  • zwhgithub