cherry-alert

1.0.2 • Public • Published

cherry-alert

An alert plugin for vue.

install

npm install cherry-alert --save

Usage

import CherryAlert from 'cherry-alert'
 
Vue.use(CherryAlert)
 
this.$alert({
  title: '提示标题',
  content: '提示内容'
}).then(() => {
  ...
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i cherry-alert

Weekly Downloads

3

Version

1.0.2

License

ISC

Last publish

Collaborators

  • yeson