vue中引入mui報Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on

在vue中引入mui的js文件的時候,報以下的錯誤:vue

那是由於咱們在用webpack打包項目時默認的是嚴格模式,咱們把嚴格模式去掉就ok了webpack

第一步:npm install babel-plugin-transform-remove-strict-modeweb

第二步:在.bablerc文件中加入"plugins"["transform-remove-strict-mode"]npm

到這裏問題就完美解決了babel

相關文章
相關標籤/搜索