Skip to content
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

v-show doesn't not work for components on server-side rendering #5239

Closed
jiangfengming opened this issue Mar 21, 2017 · 4 comments
Closed

v-show doesn't not work for components on server-side rendering #5239

jiangfengming opened this issue Mar 21, 2017 · 4 comments
Labels

Comments

@jiangfengming
Copy link

Version

2.2.4

Reproduction link

https://github.com/fenivana/ssr-v-show-issue

Steps to reproduce

npm install
node server.js

What is expected?

<div server-rendered="true"><div style="display:none">hello world</div></div>

What is actually happening?

<div server-rendered="true"><div>hello world</div></div>
@znck
Copy link
Member

znck commented Mar 21, 2017

package.json is missing in repro.

@Kingwl
Copy link
Member

Kingwl commented Mar 21, 2017

looks fixed via #5224
ping @Akryum @znck

@znck znck closed this as completed Mar 21, 2017
@jiangfengming
Copy link
Author

@znck Sorry, my fault. Added.

@znck
Copy link
Member

znck commented Mar 21, 2017

Apparently fixed in #5224. If it persists, reopen the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants