vue的alert弹窗

vue
WPing丶

2022-04-11 15:53

//Vue的alert弹窗
this.$alert({
    title: '提示',
    content: res.data.msg
}).then(() => {
    location.reload();
})


0 条评论

评论:

发送
0.085521s