-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Labels
🐞 bug
Something isn't working
Comments
I also observed this bug while attempting to port to Vue 3. |
@pikax |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
3.0.0-beta.14
Reproduction link
https://jsfiddle.net/y2bvfzdk/4/
Steps to reproduce
What is expected?
mixin prop
should be renderedWhat is actually happening?
nothing is rendered
The text was updated successfully, but these errors were encountered: