Skip to content

Rerendering a functional component which renders a component with a slot #4315

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
blocka opened this issue Nov 24, 2016 · 2 comments
Closed
Labels

Comments

@blocka
Copy link

blocka commented Nov 24, 2016

Vue.js version

2.1.3

Reproduction Link

http://jsfiddle.net/5sH6A/

Steps to reproduce

Press run and wait a second

What is Expected?

You should see

2
["slot1"]

in the output

What is actually happening?

2
["default"]

shows up after a second, indicating that the component is not seeing any slots.

@yyx990803
Copy link
Member

The jsfiddle link seems to be wrong

@blocka
Copy link
Author

blocka commented Nov 24, 2016 via email

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

2 participants