ant-design-vue
ant-design-vue copied to clipboard
fix(_utils): Compatible with Vue3.4.0's computed breaking changes.
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.
@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.
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
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.