vue中使用mui中的滑动组件时报错TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed

本文主要介绍了在Vue项目中使用mui的tab-top-webview-main滑动组件时遇到的TypeError,并提供了详细的解决方案,包括:取消webpack的严格模式打包、处理fullscreen样式、在mounted钩子中初始化组件以及解决Chrome浏览器的警告问题。
摘要由CSDN通过智能技术生成

Uncaught TypeError: ‘caller’, ‘callee’, and ‘arguments’ properties may not be accessed on strict mode functions or the arguments objects for calls to them
出现这个报错是因为mui中的tab-top-webview-main 滑动组件中的js,使用了非严格模式的语法,然而在webpack打包中默认使用了严格模式去打包
解决方法:
1.一号坑:取消掉webpack默认的严格模式打包:
下载:
npm install babel-plugin-transform-remove-strict-mode --save-dev

在bablerc文件中 添加:“plugins”:

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

 

2.使用mui中的横向滑动组件: tab-top-webview-main

注意:二号坑 取消掉第一个div#slider 的fullscreen样式,否则会以全屏展示

<div id="slider" class="mui-slider">
				<div id="sliderSegmentedControl" class="mui-scroll-wrapper mui-slider-indicator mui-segmented-control mui-segmented-control-inverted"
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值