ant-design-pro IE9下報錯集合
1.下載下來eslint報錯:Expected linebreaks to be ‘LF’ but found ‘CRLF’
解決方法:新增或修改linebreak-style為 ["error", "windows"],即rules: { 'linebreak-style': ["error", "windows"], },
2.IE9下佈局錯亂如下圖:
解決方法:
<!-[if IE 9]> <style> .ant-layout-has-sider > .ant-layout-sider { float: left; position: relative; height: 100% !important; } </style> <![endif]-->
- 無法獲取未定義或 null 引用的屬性“authority”或者The
Intl
APIs must be available in the runtime, and do not appear to be built-in. AnIntl
polyfill should be loaded.或者requestAnimationFrame not defined
第一步:$ npm install --save intl @babel-polyfill
第二步,在src下新建一個global.js檔案,新增如下程式碼import '@babel/polyfill'; global.requestAnimationFrame = function(callback) { setTimeout(callback, 0); }; global.cancelAnimationFrame= function(callback) { setTimeout(callback, 0); }; global.Intl = require('intl'); window.Intl = require('intl');
相關文章
- 報錯集合
- Java中List集合轉Map集合報錯:Duplicate keyJava
- npm錯誤集合NPM
- Larabbs 錯誤集合
- 關於集合遍歷並刪除報錯詳解
- Ubuntu下開啟php除錯模式報錯如何解決UbuntuPHP除錯模式
- clion下使用openocd燒寫程式報錯
- Android Studio - 安卓開發工具 開啟後報錯集合、修復指南Android安卓
- IE9不能直接引用ConsoleIE9
- IE9 跨域請求相容IE9跨域
- 動態除錯及LLDB技巧集合除錯LLDB
- 自定義checkbox樣式(相容IE9)IE9
- Windows平臺下opatch apply報錯:OUI-67073WindowsAPPUI
- vue3、vite下使用pdfjs-dist報錯VueViteJS
- windows下使用endless報錯:undefined: syscall.SIGUSR1WindowsUndefined
- ubuntu下hadoop0.20.2報錯/dfs/name is in an inconsistent stateUbuntuHadoop
- 下載HuggingFace模型的方法以及報錯解決模型
- SQLServer搭建域控下映象報錯Connection handshake failedSQLServerAI
- homestead下安裝laravel報錯:Your requirements could not be...LaravelUIREM
- 奇怪的錯誤-------重新定義一下變數就不報錯了變數
- JavaScript報錯型別(報錯速查)JavaScript型別
- jsp下實現遍歷集合JS
- Vue 相容 ie9 的全面解決方案VueIE9
- Windows下hadoop環境搭建之NameNode啟動報錯WindowsHadoop
- Android將Jar放入libs目錄下編譯報錯AndroidJAR編譯
- windows下安裝python3.6.4完成,執行報錯WindowsPython
- [react-control-center 番外篇1] ant-design-pro powered by C_CReact
- FullStack 基於 Laravel + Ant-design-pro 介面美觀漂亮的後臺Laravel
- IE9真的過時了嗎? vue2+elementUI2專案在IE9上的相容問題踩坑IE9VueUI
- springcloud報錯報UnsatisfiedDependencyExceptionSpringGCCloudException
- docker pull下載映象時的報錯及其解決方法Docker
- Linux下ODBC連線HGDB報Could not SQLConnect錯解決方法LinuxSQL
- 前端base64圖片下載報錯(已解決!!!)前端
- redis報錯Redis
- hive 報錯Hive
- spark報錯Spark
- dhcp報錯
- 報錯+2