1.3.0 • Published 7 years ago

vue-tips v1.3.0

Weekly downloads
19
License
MIT
Repository
github
Last release
7 years ago

vue-tips

一个专注于 Vue 的提示插件,高度可定制。

Demo

Installation

$ npm install vue-tips

Usage

import vueTips from 'vue-tips'
Vue.use(vueTips)
this.$tips.show("默认3秒关闭")

this.$tips.show("自定义5秒关闭", {
  delay: 5000
})

this.$tips.show("回调函数", () => {
  alert('这里是回调函数')
})

License

The MIT License

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago