-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guide > Composition API > Setup の翻訳を追従 #283
Conversation
Deploy preview for vuejs-v3-ja-doc-preview ready! Built with commit 06875de https://deploy-preview-283--vuejs-v3-ja-doc-preview.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
レビューしました。確認お願いします!
|
||
## 描画関数での使用 | ||
## レンダリング関数での使用 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
レンダリング関数
は、render という用語が一般的になってきたので、英語表記 Render 関数
とにしておきたいです。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
他のフレームワークの話をするときも、一般化してきましたね。
https://v3.ja.vuejs.org/guide/render-function.html
ドキュメント全体としても、ここが用語のソースになるからこれで統一ですね。
|
||
`setup` は同じスコープで宣言されたリアクティブなステートを直接利用することができる描画関数を返すこともできます。: | ||
`setup` は同じスコープで宣言されたリアクティブなステートを直接利用することができるレンダリング関数を返すこともできます: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここのレンダリング関数も同じく Render 関数
に。
ドキュメント全体的に「Render 関数」で揃えておきました! |
Description of Problem
Guide > Composition API > Setup の翻訳を追従しました。
https://v3.vuejs.org/guide/composition-api-setup.html
https://github.com/vuejs/docs-next/blob/master/src/guide/composition-api-setup.md
Proposed Solution
ファイルの更新履歴
https://github.com/vuejs/docs-next/commits/master/src/guide/composition-api-setup.md
前回からの差分
vuejs/docs@c05b8e6#diff-861c883c19deb5fffdbcbaf69ecc06bab99f7f21c623d3ea197fa227826b5c05
vuejs/docs@b3a53a2#diff-861c883c19deb5fffdbcbaf69ecc06bab99f7f21c623d3ea197fa227826b5c05
vuejs/docs@c84c5f3#diff-861c883c19deb5fffdbcbaf69ecc06bab99f7f21c623d3ea197fa227826b5c05
vuejs/docs@a502ebe#diff-861c883c19deb5fffdbcbaf69ecc06bab99f7f21c623d3ea197fa227826b5c05
vuejs/docs@3e5e52e#diff-861c883c19deb5fffdbcbaf69ecc06bab99f7f21c623d3ea197fa227826b5c05
Additional Information
vuejs/docs@8822df4#diff-861c883c19deb5fffdbcbaf69ecc06bab99f7f21c623d3ea197fa227826b5c05
#196 でマージ済みでした。
#94 にしたがって、表記揺れを修正しました。