2018年6月26日

vue confirm确认

摘要: this.$confirm('您确定删除吗?').then(_ => { do something ... (确认) }).catch(_ => { do something ... (取消) }) 阅读全文

posted @ 2018-06-26 15:55 王子乔 阅读(13578) 评论(0) 推荐(2)

导航