悬赏20元,找人帮解决在纯js页面使用elementUI弹出两个输入框的问题

纯js页面

纯js页面

纯js页面

http://element-cn.eleme.io/#/...

在纯js页面使用这个组件,弹出两个input输入框,获取输入的值

我的代码

import { MessageBox } from 'element-ui'MessageBox('请输入邮箱', '提示', {
showInput: true,
inputValue: 'haha',
confirmButtonText: '确定',
cancelButtonText: '取消',
inputPattern: /[\w!#$%&'* /=?^_{|}~-] (?:\.[\w!#$%&'* /=?^_{|}~-] )*@(?:\w?.) \w?/,inputErrorMessage: '邮箱格式不正确'}).then(({ value }) => {console.log(value)
}).catch(() => {
})
}

但这样input框出不来,


慕桂英4014372
浏览 2300回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Vue.js