首页 > 其他 > 详细

element-plus setup 确认窗口

时间:2021-05-07 00:17:31      阅读:24      评论:0      收藏:0      [点我收藏+]
  
import { ElMessageBox } from "element-plus";
ElMessageBox.confirm("此操作将永久删除, 是否继续?", ‘提示‘, {
      confirmButtonText: ‘确定‘,
      cancelButtonText: ‘取消‘,
      type: ‘warning‘
    }).then(() => {
    
    }).catch(() => {

    });

element-plus setup 确认窗口

原文:https://www.cnblogs.com/zhaoyun4122/p/14736799.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!