Skip to content
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

Merged
merged 4 commits into from
Apr 27, 2021
Merged

Guide > Component Basics の翻訳を追従 #281

merged 4 commits into from
Apr 27, 2021

Conversation

@netlify
Copy link

netlify bot commented Apr 25, 2021

Deploy preview for vuejs-v3-ja-doc-preview ready!

Built with commit a60ffca

https://deploy-preview-281--vuejs-v3-ja-doc-preview.netlify.app

Copy link
Member

@kazupon kazupon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

レビューコメントしました。
確認お願いします!

@@ -97,9 +97,11 @@ app.component('blog-post', {
app.mount('#blog-post-demo')
```

コンポーネントは必要に応じて多くのプロパティを持つことができ、デフォルトでは任意のプロパティに任意の値を渡すことができます。上記のテンプレートでは、`data` と同様に、コンポーネントインスタンスでこの値にアクセスできることが分かります
プロパティ属性に値が渡されると、渡されたそのコンポーネントインスタンスのプロパティになります
Copy link
Member

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. が抜けているようですので、お願いできますか? 🙏

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2文目が抜けてました!
ありがとうございます

@naokie
Copy link
Member Author

naokie commented Apr 27, 2021

翻訳し忘れた1文追加しました。

@kazupon kazupon merged commit 1587c49 into vuejs-jp:lang-ja Apr 27, 2021
@naokie naokie deleted the guide/component-basics branch April 28, 2021 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants