confirm
this.$confirm("是否继续删除", "警告", {type: 'warning'}) .then(() => { // 确认 }) .catch(()=>{ // 取消 })