cherry-alert
v1.0.2
Published
an alert plugin for vue
Downloads
2
Readme
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(() => {
...
})