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: beforeUpdate should be called before render and allow state mutation #7822

Merged
merged 1 commit into from Mar 23, 2018

Conversation

yyx990803
Copy link
Member

fix #7481

@yyx990803 yyx990803 added the merge with caution Fixes or refactors that do not change public API but may alter internal behavior label Mar 13, 2018
@yyx990803 yyx990803 merged commit b7445a2 into dev Mar 23, 2018
f2009 pushed a commit to f2009/vue that referenced this pull request Jan 25, 2019
aJean pushed a commit to aJean/vue that referenced this pull request Aug 19, 2020
@yyx990803 yyx990803 deleted the fix-beforeupdate branch May 20, 2022 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge with caution Fixes or refactors that do not change public API but may alter internal behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

beforeUpdate() is actually executed AFTER render()
1 participant