-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
perf[table]: replace eagerComputed
with computed
#7609
Conversation
Have you tried it locally? When I use |
I've tested it locally and it works, is the package for the |
I used pnpm patch under |
I should patch in |
refs: #7682 |
Relates #7592.
In Vue 3.4+, if computed new value does not change,
computed
,effect
,watch
,watchEffect
,render
dependencies will not be triggered.