this.$alert 方法

this.$alert 方法

 

this.$alert('确认删除吗', '提示', {

    confirmButtonText: '确定',
    callback: action => {
        this.function()
    }

});

posted @ 2021-12-30 11:15  前端白雪  阅读(4631)  评论(0编辑  收藏  举报