【已解决】$confirm is not a function

简介: $confirm is not a function
import { MessageBox } from "element-ui"

MessageBox.confirm("永久删除,是否继续?", "提示", {
    confirmButtonText: "确定",
    cancelButtonText: "取消",
    type: "warning"
}).then(() => {...})
相关文章
|
Java
Function
Function
78 1
Function
报错:loaderContext.getResolve is not a function
报错:loaderContext.getResolve is not a function
138 0