this.$confirm('您确定删除吗?').then(_ => {

  do something ... (确认)

}).catch(_ => {

  do something ... (取消)

})

相关文章: