yc-test


Install
bower install yc-test

Documentation

安装/引入

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

使用

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()