Vue中this.$confirm只显示一个按钮,且不能点击空白处关闭
this.$confirm('弹窗文本内容', '提示', {confirmButtonText: '确定', //确认按钮的文字showCancelButton: false, //是否显示取消按钮showClose: false, //是否显示关闭按钮closeOnClickModal: false, //是否可以通过点击空白处关闭弹窗type: 'info'});
·
this.$confirm('弹窗文本内容', '提示', {
confirmButtonText: '确定', //确认按钮的文字
showCancelButton: false, //是否显示取消按钮
showClose: false, //是否显示关闭按钮
closeOnClickModal: false, //是否可以通过点击空白处关闭弹窗
type: 'info'
});
更多推荐
已为社区贡献2条内容
所有评论(0)