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

Mixin props are not merged into component #1236

Closed
rashfael opened this issue May 25, 2020 · 2 comments
Closed

Mixin props are not merged into component #1236

rashfael opened this issue May 25, 2020 · 2 comments
Labels
🐞 bug Something isn't working

Comments

@rashfael
Copy link

Version

3.0.0-beta.14

Reproduction link

https://jsfiddle.net/y2bvfzdk/4/

Steps to reproduce

  • Execute reproduction

What is expected?

mixin prop should be rendered

What is actually happening?

nothing is rendered

@earthboundkid
Copy link

I also observed this bug while attempting to port to Vue 3.

@jungeonkim
Copy link

@pikax
It fixed in 3.0.0-beta.15 development build. But it doesn't work in 3.0.0-beta.15 production build.
https://jsfiddle.net/dxybujrm/

underfin added a commit to underfin/vue-next that referenced this issue Jun 25, 2020
yyx990803 added a commit that referenced this issue Jun 26, 2020
When the there are props merged from mixins or extends, the component itself
may not have a props property.

fix #1236 where merged props are not exposed in production
@github-actions github-actions bot locked and limited conversation to collaborators Nov 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 bug Something isn't working
Projects
None yet
4 participants