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

fix(v-bind): allow duplicate keys via v-bind #2187

Conversation

sawmurai
Copy link

@sawmurai sawmurai commented Dec 9, 2022

This PR might fix #2166. It does fix the error that entries of v-bind collide with already bound attributes.

An example of where this is wanted would be a slot that v-binds a name property:

<slot name="the-slot-name" v-bind="{name: 'Some name'}"></slot>

I would not rule out that I missed something obvious, so feel free to just close this PR in favor of a better fix.

@johnsoncodehk
Copy link
Member

Fixed by 275a95f, and thanks. :)

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