提問須知
問題類型
文檔翻譯相關
問題描述
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.
Thank you!
提問須知
問題類型
文檔翻譯相關
問題描述
Description
The Traditional Chinese Vue documentation is missing updates related to Vue 3.5.
For example, in Vue 3.5, destructured
propsinside<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
propsstill breaks reactivity, leading to unnecessary.valueusage 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.Thank you!