We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
3.0.0-rc.11
npm 6.4.1 os10.14
vue create test 创建一个项目,然后用npm run build打包部署,ie11会报错 从npx browserslist 命令来开,应该兼容ie11
能兼容ie11
不兼容ie11
The text was updated successfully, but these errors were encountered:
升级到3.0.5后依然有此问题
Sorry, something went wrong.
无法复现。请问具体报了什么错?
最开始是有个已上线的项目【vuecli3+ts】,发现在ie11白屏,定位的话看到是有class在js里 ie认不到 后来就直接新建项目测试【vuecli3+ts未改动任何东西】,ie报错 reflect未定义,也是白屏 感觉是babel没起作用?生产环境直接是es6的代码 看完了所有vue-cli3关于浏览器兼容的文档,发现还是不行,特来求助
vue-class-component 的问题 vuejs/vue-class-component#283 暂时先回退 vue-class-component 到 6.2.0 可以解决问题
这个 issue 先关闭,因为之前有其他 issue 报了同一个问题了 #2733
Fixed in vue-class-component v6.3.2
No branches or pull requests
Version
3.0.0-rc.11
Node and OS info
npm 6.4.1 os10.14
Steps to reproduce
vue create test
创建一个项目,然后用npm run build打包部署,ie11会报错
从npx browserslist 命令来开,应该兼容ie11
What is expected?
能兼容ie11
What is actually happening?
不兼容ie11
The text was updated successfully, but these errors were encountered: