移動端報symbol is not defined

原來是在作老的的react項目時, 使用了 es6語法 , 致使移動端沒法轉譯, 會報symbol not defined,錯誤css

解決方案:html

index.html文件引入

 <script src="http://cdn.bootcss.com/babel-polyfill/7.0.0-alpha.9/polyfill.min.js"></script>
避免Symbol報錯
相關文章
相關標籤/搜索