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(() => {
  ...
})

Readme

Keywords

Package Sidebar

Install

npm i cherry-alert

Weekly Downloads

3

Version

1.0.2

License

ISC

Last publish

Collaborators

  • yeson