mui icon indicating copy to clipboard operation
mui copied to clipboard

Vue中引入mui.js会报错

Open pl2476 opened this issue 8 years ago • 4 comments
trafficstars

Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mod 里面用了callee,我看是目前没有解决方法吧

pl2476 avatar May 19 '17 15:05 pl2476

我也是遇到这个问题,求解

ChenArno avatar Jul 18 '17 10:07 ChenArno

https://www.npmjs.com/package/babel-plugin-transform-remove-strict-mode 加装这个插件

laurensmartz avatar Jul 19 '17 09:07 laurensmartz

语法检测时把mui.js加入ignore列表就可以了 "ignore": [ "......./mui.js" ]

JoeLucky avatar Jul 25 '17 01:07 JoeLucky

我也是报这个错误,网上的方法都试了也不行

qingyulove avatar Apr 08 '18 11:04 qingyulove