码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-11-04 23:04:36      阅读:671      评论:0      收藏:0      [点我收藏+]

标签:ssi   and   function   square   nbsp   begin   内容   nts   文件   

基于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框架初始化滑动等效果时需移除严格模式的问题

标签:ssi   and   function   square   nbsp   begin   内容   nts   文件   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!