Open
Description
提問須知
- 我確定這是官方版本 hk.vuejs.org 的 issue,而不是其他非官方翻譯版本
- 我確定這是翻譯問題,而不是英文原文的問題 (英文原文的問題請移步至英文文檔倉庫討論,相關結論我們會定期從英文版同步)
- 我確定這不是 Vue.js 使用方面的問題 (此類問題請在 Vue.js 官方的論壇、Discord 聊天室 或 StackOverflow 上發帖求助)
問題類型
文檔翻譯相關
問題描述
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!
Metadata
Metadata
Assignees
Labels
No labels