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

Closed
wants to merge 1 commit into 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.

Copy link

github-actions bot commented Oct 9, 2024

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the Stale label Oct 9, 2024
@github-actions github-actions bot closed this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant