-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat(useCloned): return isModified
#4470
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
Conversation
isCloneModified
isClonedModified
isClonedModified
isModified
looks good so far. If you have the time, please consider adding some tests. 👍🏽 |
Thx! Should the syntax of Vue3.5 be avoided? like |
Hi,@OrbisK !The unit tests have been supplemented. If you have time, I hope you can review them again. Thx a lot! |
We have recently added the [email protected] syntax ( |
OK! The syntax for Vue3.5 has been canceled. If I need to use it after future version updates, I will modify it then. |
reference: #4393
Add a new
isModifed
feature touseCloned
. This reactive attribute tracks whether the cloned value has been modified.