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(runtime-core): mergeProps correctly #4156

Closed
wants to merge 2 commits into from

Conversation

edison1105
Copy link
Member

fix #4155

Comment on lines +355 to +357
).toMatchObject({
class: 'ccc'
})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't that be:

Suggested change
).toMatchObject({
class: 'ccc'
})
).toMatchObject({
class: 'ccc',
disabled: true
})

@yyx990803
Copy link
Member

See 2bdee50

@yyx990803 yyx990803 closed this Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

regression with :class and v-bind
3 participants