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(core/component/render): modify vnode patch flags before its creation #1323

Merged
merged 7 commits into from
Jul 9, 2024

Conversation

shining-mind
Copy link
Contributor

If a vnode has special attributes, its patch flag must be modified before the original vnode creation function is called. This ensures that Vue will correctly initialize the vnode

If a vnode has special attributes, its patch flag must be modified before the original
vnode creation function is called. This ensures that Vue will correctly initialize the vnode
@shining-mind shining-mind changed the base branch from v4-rc to v4 July 9, 2024 12:32
@shining-mind shining-mind changed the base branch from v4 to v4-rc July 9, 2024 12:33
@shining-mind shining-mind changed the base branch from v4-rc to v4 July 9, 2024 12:33
@shining-mind shining-mind merged commit 18edef7 into v4 Jul 9, 2024
7 checks passed
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.

2 participants