-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vue cli3 创建的项目在IE11中运行,出现白屏,通过console调试发现报错SCRIPT1003: 缺少 ':'文件: app.js,行: 7391,列: 3 #4131
Comments
代码里引用 element-ui 的方式错了。 |
vue.config.js |
弄了一天,大佬一行代码帮我解决了66666666.... |
我也出现了这个问题。点击错误提示定位到打包后的代码中,往上移动看到 |
Version
3.8.2
Reproduction link
https://github.com/GeekQiaQia/tempJob.git
Environment info
Steps to reproduce
在github 下载项目,执行npm i ,执行npm run dev; 此时启动:http://localhost:8080;将http://localhost:8080输入到IE11 地址栏;显示白屏,非IE浏览器正常显示;
What is expected?
在IE9/10/11 能够正常运行显示;
What is actually happening?
IE11 显示空白,
console:
SCRIPT1003: 缺少 ':'
文件: app.js,行: 7391,列: 3
我尝试了issue里面的相似的问题的解决方法,并且是已经关闭的issue;都么有起作用;
The text was updated successfully, but these errors were encountered: