1.0.8 • Published 6 years ago

msf-ui v1.0.8

Weekly downloads
10
License
MIT
Repository
github
Last release
6 years ago

安装/引入

  npm i --save msf-ui
  import msfUI from 'msf-ui'
  Vue.use(msfUI)

使用

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

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago