element-plus用MessageBox报错this.$alert is not a function
下午搞了一下午,还是没明白怎么回事,有知道的求告知
现在, this.$alert是 undefined
你这个是vue3的吧?
是不是没有这个写法,你换个写法试试
我看了官方的文档 没有发现这种封装好的 写法 this.$alert
用的都是这种
<el-alert
title="成功提示的文案"
type="success"
center
show-icon>
</el-alert>
https://element-plus.gitee.io/#/zh-CN/component/alert
谢谢大哥,我看看