You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The Traditional Chinese Vue documentation is missing updates related to Vue 3.5.
For example, in Vue 3.5, destructured props inside <script setup> now retain their reactivity — this is clearly documented in the English guide, but is not reflected in the Traditional Chinese version.
Why this matters
Without this update, Traditional Chinese readers may mistakenly assume destructuring props still breaks reactivity, leading to unnecessary .value usage or workarounds.
Suggestion
Please consider reviewing and updating the Traditional Chinese documentation to reflect the key behavioral changes introduced in Vue 3.5 — such as reactive destructuring of props.