[Vue warn]: Failed to resolve async component:..TypeError: Cannot redefine property: find
适配Android4.4.4
·
适配Android4.4.4
- 报错内容
[Vue warn]: Failed to resolve async component: function component() { return Promise.all(/*! import() */[__webpack_require__.e(1), __webpack_require__.e(4)]).then(__webpack_require__.bind(null, /*! ./views/share/share.vue */ "./src/views/share/share.vue")); } Reason: TypeError: Cannot redefine property: find
-
报错截图
-
原因
Android 4.4.4 不支持ES6的find()方法
-
解决方案
重新所有find()方法
-
优化
使用for循环 break实现
更多推荐
已为社区贡献1条内容
所有评论(0)