ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

fix(_utils): Compatible with Vue3.4.0's computed breaking changes.

Open Sorryhx opened this issue 1 year ago • 1 comments
trafficstars

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 avatar Aug 09 '24 09:08 Sorryhx

@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.

Sorryhx avatar Aug 09 '24 10:08 Sorryhx

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[bot] avatar Oct 09 '24 02:10 github-actions[bot]

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.

github-actions[bot] avatar Oct 17 '25 01:10 github-actions[bot]