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(_utils): Compatible with Vue3.4.0's computed breaking changes. #7777

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sorryhx
Copy link

@Sorryhx Sorryhx commented Aug 9, 2024

close #7592

Starting from Vue 3.4.0, we no longer need eagerComputed because the reactivity system in Vue 3.4.0 optimizes the computed function's execution. Although, the error will not occur above 3.5.0, we still no longer need eagerComputed.

@Sorryhx
Copy link
Author

Sorryhx commented Aug 9, 2024

@cc-hearts We can't prevent users from using Vue 3.4.x, and I think the error is due to breaking changes in Vue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant