Skip to content

不兼容ie11 #2740

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

Closed
isenlover opened this issue Oct 15, 2018 · 5 comments
Closed

不兼容ie11 #2740

isenlover opened this issue Oct 15, 2018 · 5 comments
Labels
needs reproduction This issue is missing a minimal runnable reproduction, provided by the author

Comments

@isenlover
Copy link

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

@isenlover
Copy link
Author

升级到3.0.5后依然有此问题

@haoqunjiang
Copy link
Member

无法复现。请问具体报了什么错?

@haoqunjiang haoqunjiang added the needs reproduction This issue is missing a minimal runnable reproduction, provided by the author label Oct 15, 2018
@isenlover
Copy link
Author

最开始是有个已上线的项目【vuecli3+ts】,发现在ie11白屏,定位的话看到是有class在js里 ie认不到
后来就直接新建项目测试【vuecli3+ts未改动任何东西】,ie报错 reflect未定义,也是白屏
感觉是babel没起作用?生产环境直接是es6的代码
看完了所有vue-cli3关于浏览器兼容的文档,发现还是不行,特来求助

@haoqunjiang
Copy link
Member

vue-class-component 的问题
vuejs/vue-class-component#283
暂时先回退 vue-class-component 到 6.2.0 可以解决问题

这个 issue 先关闭,因为之前有其他 issue 报了同一个问题了 #2733

@haoqunjiang
Copy link
Member

Fixed in vue-class-component v6.3.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs reproduction This issue is missing a minimal runnable reproduction, provided by the author
Projects
None yet
Development

No branches or pull requests

2 participants