vue ----弹框

alert:function(content,title="温馨提示",bottontext){
   this.$alert(content,title,{
   customClass:"conAlert",
   confirmButtomText:bottontext,
   confirmButtonClass:"btn-button",
   showClose:false,
   center:true,
   dangerouslyUseHTMLString:true
    })
}

 

posted @ 2020-07-30 14:10  一只小菜鸟呀!  阅读(168)  评论(0编辑  收藏  举报