mui
mui copied to clipboard
Vue中引入mui.js会报错
trafficstars
Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mod 里面用了callee,我看是目前没有解决方法吧
我也是遇到这个问题,求解
https://www.npmjs.com/package/babel-plugin-transform-remove-strict-mode 加装这个插件
语法检测时把mui.js加入ignore列表就可以了 "ignore": [ "......./mui.js" ]
我也是报这个错误,网上的方法都试了也不行