在做项目时,引用mui报错如下

vue项目进入mui.js报错   typeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode .....

看样子就是不支持严格模式吧。

解决方法是在根目录 下的.babelrc文件里面添加过滤掉。不用严格模式

vue项目进入mui.js报错   typeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode .....

相关文章:

  • 2021-08-29
  • 2021-08-25
  • 2022-02-05
  • 2022-03-02
  • 2021-05-15
  • 2022-02-08
猜你喜欢
  • 2021-06-04
  • 2021-11-30
  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案