1.0.7 • Published 3 years ago

mql-confirm v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

这是一个简单的自己封装的vue弹窗插件,仅供学习使用,下载使用需谨慎

下载

npm install mql-confirm

使用

import mql from 'mql-confirm' Vue.use(mql)

一共有两种使用方法,在任意组件中调用方法即可

  1. this.$confirm_m({
      message: '提示信息',
      type: 'error' // 传递的样式类型
    })
2. ```
this.$message_m('提示信息').then().catch()
1.0.7

3 years ago

1.0.2

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago