hasky

3.0.2 • Public • Published

安装/引入

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

Readme

Keywords

Package Sidebar

Install

npm i hasky

Weekly Downloads

1,211

Version

3.0.2

License

ISC

Last publish

Collaborators

  • hasky