-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
提问须知
- 我确定这是官方版本 cn.vuejs.org 的 issue,而不是其他非官方翻译版本
- 我确定这是翻译问题,而不是英文原文的问题 (英文原文的问题请移步至英文文档仓库讨论,相关结论我们会定期从英文版同步)
- 我确定这不是 Vue.js 使用方面的问题 (此类问题请在我们的论坛、Discord 聊天室 或 StackOverflow 上发帖求助)
问题类型
文档翻译相关
问题描述
see #956
nullable 这个单词是否有必要统一处理为“可为 null”?
比如 Required but nullable string
翻译为 必传但可为空的字符串
,容易联想到空字符串而非 null。
#956 涉及的页面尚存在部分其他内容使用了 nullable,如 L570:
### Nullable Type {#nullable-type}
If the type is required but nullable, you can use the array syntax that includes `null`: