-
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 > Component Basics の翻訳を追従 #281
Conversation
Deploy preview for vuejs-v3-ja-doc-preview ready! Built with commit a60ffca https://deploy-preview-281--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.
レビューコメントしました。
確認お願いします!
src/guide/component-basics.md
Outdated
@@ -97,9 +97,11 @@ app.component('blog-post', { | |||
app.mount('#blog-post-demo') | |||
``` | |||
|
|||
コンポーネントは必要に応じて多くのプロパティを持つことができ、デフォルトでは任意のプロパティに任意の値を渡すことができます。上記のテンプレートでは、`data` と同様に、コンポーネントインスタンスでこの値にアクセスできることが分かります。 | |||
プロパティ属性に値が渡されると、渡されたそのコンポーネントインスタンスのプロパティになります。 |
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.
The value of that property is accessible within the template, just like any other component property.
が抜けているようですので、お願いできますか? 🙏
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.
2文目が抜けてました!
ありがとうございます
翻訳し忘れた1文追加しました。 |
Description of Problem
Guide > Component Basics の翻訳を master に追従しました。
https://v3.vuejs.org/guide/component-basics.html
https://github.com/vuejs/docs-next/blob/master/src/guide/component-basics.md
Proposed Solution
ファイル変更履歴
https://github.com/vuejs/docs-next/commits/master/src/guide/component-basics.md
前回からの差分
vuejs/docs@8ee82a9#diff-5fceb06c7c1b83dc62c300ff985d1949e672a74967b4c092b60185319e12d7fd
vuejs/docs@e554cd6#diff-5fceb06c7c1b83dc62c300ff985d1949e672a74967b4c092b60185319e12d7fd
vuejs/docs@0eebf0e#diff-5fceb06c7c1b83dc62c300ff985d1949e672a74967b4c092b60185319e12d7fd
Additional Information
vuejs/docs@2706494#diff-5fceb06c7c1b83dc62c300ff985d1949e672a74967b4c092b60185319e12d7fd
#187 と #200 で適用済みです