为了账号安全,请及时绑定邮箱和手机立即绑定

为什么elementUI的MessageBox的showInput属性无效?

为什么elementUI的MessageBox的showInput属性无效?

斯蒂芬大帝 2018-10-23 15:05:10
import { MessageBox } from 'element-ui'MessageBox('请输入邮箱', '提示', {     showInput: true,     inputValue: 'haha',     confirmButtonText: '确定',     cancelButtonText: '取消',     inputPattern: /[\w!#$%&'*+/=?^_`{|}~-]+(?:\.[\w!#$%&'*+/=?^_`{|}~-]+)*@(?:[\w](?:[\w-]*[\w])?\.)+[\w](?:[\w-]*[\w])?/,     inputErrorMessage: '邮箱格式不正确'   }).then(({ value }) => {    console.log(value)   }).catch(() => {   }) }input框出不来怎么办啊
查看完整描述

1 回答

?
幕布斯7119047

TA贡献1794条经验 获得超8个赞

  this.$alert('这是一段内容', '标题名称', {
      confirmButtonText: '确定',
      callback: action => {        this.$message({          type: 'info',
          message: `action: ${ action }`
        });
      }


查看完整回答
反对 回复 2018-10-23
  • 1 回答
  • 0 关注
  • 2230 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信