elementui的确认框使用十分方便,下面是使用方式
this.$confirm('请求与您通话?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' }).then(() => { //确认 }).catch(() => { //取消 });
标签:方式,elementui,取消,confirm,确认,使用 From: https://www.cnblogs.com/taoshihan/p/16798741.html