this.$confirm('弹窗文本内容', '提示', {
	confirmButtonText: '确定', //确认按钮的文字
	showCancelButton: false, //是否显示取消按钮
	showClose: false, //是否显示关闭按钮
	closeOnClickModal: false, //是否可以通过点击空白处关闭弹窗
	type: 'info'
});
Logo

前往低代码交流专区

更多推荐