-
Notifications
You must be signed in to change notification settings - Fork 87
docs: Translate Components In-Depth > Props #60
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
Conversation
Deploy preview for vuejs-v3-ja-doc-preview ready! Built with commit fc3fe5e https://deploy-preview-60--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-props.md
Outdated
|
||
```js | ||
props: ['title', 'likes', 'isPublished', 'commentIds', 'author'] | ||
``` | ||
|
||
Usually though, you'll want every prop to be a specific type of value. In these cases, you can list props as an object, where the properties' names and values contain the prop names and types, respectively: | ||
しかし、通常はすべてのプロパティを特定の型の値にしたいと思うでしょう。このような場合には、プロパティをオブジェクトとして列挙し、プロパティのキーと値にそれぞれプロパティの名前と型を設定します。 |
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.
細かいですが、 :
は日本語翻訳側の方でも、句点(。)ではなく同じにしておいください! 🙏
@kazupon |
修正ありがとうございました! |
翻訳ありがとうございました! |
こちらこそありがとうございました!貴重な体験が出来て良かったです🙇♂️ |
resolve #13 Components In-Depth > Props の翻訳