vue-z-confirm

1.0.2 • Public • Published

vue-z-confirm

Install

npm install vue-z-confirm --save

Usage

import VueZConfirm from 'vue-z-confirm'
Vue.use(VueZConfirm)
this.$confirm(`是否删除地址?`, {
    yesBtnText: '是',
    cancelBtnText: '否'
}).then(() => {
    // 点是
    console.log('是')
}).catch(() => {
    // 点否
    console.log('否')
})

Readme

Keywords

none

Package Sidebar

Install

npm i vue-z-confirm

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

3.91 kB

Total Files

4

Last publish

Collaborators

  • zhaolihang