【已解决】$confirm is not a function

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

MessageBox.confirm("永久删除,是否继续?", "提示", {
    confirmButtonText: "确定",
    cancelButtonText: "取消",
    type: "warning"
}).then(() => {...})
相关文章
|
6月前
|
Java
Function
Function
48 1
Function
报错:loaderContext.getResolve is not a function
报错:loaderContext.getResolve is not a function
104 0
|
JavaScript 前端开发
JavaScript event.preventDefault和return false
JavaScript event.preventDefault和return false
107 0
|
JavaScript
JS function document.onclick(){}报错Syntax error on token "function", delete this token - CSDN博客
原文:JS function document.onclick(){}报错Syntax error on token "function", delete this token - CSDN博客 JS function document.
1799 0