在vue中使用mui的组件出现严格模式

caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them

报错了 怎么解决呢 简单 在babel里面添加


图片.png
"ignore": [
        "src/lib/mui/js/mui.min.js",
        ]

记得填写你自己正确的js路径 意思是当编译的时候 不理会这个min.js 便可成功运行

你可能感兴趣的:(在vue中使用mui的组件出现严格模式)