首页 > 其他 > 详细

基于vue项目的组件中导入mui框架初始化滑动等效果时需移除严格模式的问题

时间:2018-11-04 22:15:42      阅读:194      评论:0      收藏:0      [点我收藏+]

基于vue项目的组件中导入mui框架初始化滑动等效果时,控制台报错:Uncaught TypeError: ‘caller‘, ‘callee‘, and ‘arguments‘ properties may not be accessed on strict mode functions or the arguments objects for calls to them

可使用 babel-plugin -transform-remove-strict-mode 移除严格模式

可先进行$ npm install babel-plugin-transform-remove-strict-mode安装此插件

再.babelrc文件中添加以下内容即可

{
  "plugins"["transform-remove-strict-mode"]
}

基于vue项目的组件中导入mui框架初始化滑动等效果时需移除严格模式的问题

原文:https://www.cnblogs.com/yupaopao1653/p/9906033.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!