this.$alert 方法

this.$alert 方法

 

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

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

});

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