-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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 2.4.3 ssr critical CSS not injected (regression from 2.4.2) #6603
Labels
Comments
整个SSR项目参考自vue-hackernews-2.0https://github.com/vuejs/vue-hackernews-2.0/ |
@cjd6568358 你可以把你的代码 push 到 github 上来,把仓库链接贴过来,方便其他人跟进这个问题。 |
We're experiencing this regression too with 2.4.3. Reverting to 2.4.2 and will give you some more info when it's available. |
Fixed in 2.4.4 |
ztlevi
pushed a commit
to ztlevi/vue
that referenced
this issue
Feb 14, 2018
fix vuejs#6603, (regression caused by attempt to fix vuejs#6353)
现在 2.5.19 好像又有这个问题了,css没有自动注入 |
f2009
pushed a commit
to f2009/vue
that referenced
this issue
Jan 25, 2019
fix vuejs#6603, (regression caused by attempt to fix vuejs#6353)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.4.3
Reproduction link
http://无法提供
Steps to reproduce
npm install 最新的vue/vue-server-renderer/vue-template-compiler (2.4.3),服务端渲染的页面html不包含css 样式
What is expected?
2.4.3版本 SSR 返回的html正常包含CSS
What is actually happening?
不包含
当我把package.json 中 vue/vue-server-renderer/vue-template-compiler 的版本号改回2.4.2,重新安装,一切就正常了。
The text was updated successfully, but these errors were encountered: