原来是在做老的的react项目时, 使用了 es6语法 , 导致移动端无法转译, 会报symbol not defined,错误

解决方案:

index.html文件引入

 <script src="http://cdn.bootcss.com/babel-polyfill/7.0.0-alpha.9/polyfill.min.js"></script>
避免Symbol报错

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-24
  • 2021-03-26
  • 2021-05-26
  • 2021-11-24
  • 2021-10-26
猜你喜欢
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2022-02-26
  • 2022-12-23
相关资源
相似解决方案