vue+elementUI弹出确认框和气泡确认框
vue的弹出确认框
this.$confirm("此操作将不可恢复, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
elementUI气泡确认框
https://element.eleme.cn/#/zh-CN/component/popconfirm
这是官网的自定义气泡框
很丰富的字段控制气泡框的各种元素样式