4.0.5 • Published 6 years ago

vui-c v4.0.5

Weekly downloads
11
License
ISC
Repository
github
Last release
6 years ago

安装/引入

  npm i -S git+https://github.com/Hasky0911/vui-c.git
  import vuc from 'vui-c'
  Vue.use(vuc)

使用

example:
this.$alert({title: '', icon: 2, text: [''], explain: [''], btn: '', hasClose: false}, function () {}) // title: 标题; icon: 图标; text: 文字; explain: 说明; btn: 按钮文字; hasClose: 是否有关闭按钮
this.$loader.open('text'); this.$loader.close()
this.$toast.open('text'); this.$toast.close()
4.0.5

6 years ago

4.0.4

6 years ago

4.0.3

6 years ago

4.0.2

6 years ago

3.0.2

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago