【已解决】$confirm is not a function

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

MessageBox.confirm("永久删除,是否继续?", "提示", {
    confirmButtonText: "确定",
    cancelButtonText: "取消",
    type: "warning"
}).then(() => {...})
相关文章
|
12月前
|
Java
Function
Function
74 1
Function
|
6月前
|
JavaScript 前端开发
confirm()、setInterval()、setTimeout()
confirm()、setInterval()、setTimeout()
35 0
报错:loaderContext.getResolve is not a function
报错:loaderContext.getResolve is not a function
137 0