在这里插入图片描述

	// this.$confirm
 	this.$alert('这是一段内容', '标题名称', {
          confirmButtonText: '确定',
          confirmButtonCLass: 'confirmButton',
          beforeClose: (action,instance,done) => {
            if (action == 'confirm) {
            	return false
          	} else {
          		done()
          	}
        });
      }
.confirmButton {
	background: #ccc !important;
	cursor: not-allowed;
}
Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐