-
Notifications
You must be signed in to change notification settings - Fork 126
「API > Options API > Options: Lifecycle」の翻訳 #876
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
src/api/options-lifecycle.md
Outdated
| - すべての同期的な子コンポーネントがマウントされた(非同期コンポーネントや `<Suspense>` ツリー内のコンポーネントは含まれません)。 | ||
|
|
||
| - Its own DOM tree has been created and inserted into the parent container. Note it only guarantees that the component's DOM tree is in-document if the application's root container is also in-document. | ||
| - そのコンポーネント自身の DOM ツリーが作成され、親コンテナーに挿入された。アプリケーションのルートコンテナが document 内にある場合のみ、そのコンポーネントの DOM ツリーも document 内にあることを保証することに注意してください。 |
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.
挿入された。 で終わるの不自然なので以下のようにすると自然が文章になりそうです。
| - そのコンポーネント自身の DOM ツリーが作成され、親コンテナーに挿入された。アプリケーションのルートコンテナが document 内にある場合のみ、そのコンポーネントの DOM ツリーも document 内にあることを保証することに注意してください。 | |
| - そのコンポーネント自身の DOM ツリーが作成され、親コンテナーに挿入されます。アプリケーションのルートコンテナが document 内にある場合のみ、そのコンポーネントの DOM ツリーも document 内にあることを保証することに注意してください。 |
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.
こちらは「された時」に修正しました。
(関連箇所や composition-api-lifecycle.md も同様に修正)
src/api/options-lifecycle.md
Outdated
| - Custom directive hooks | ||
| - Transition hooks | ||
| - コンポーネントのレンダリング | ||
| - イベント ハンドラー |
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.
下の行の「ライフサイクル フック」と、composition-api-lifecycle.md の同じ箇所も修正しました
kazupon
left a comment
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.
レビュー 👀 コメント 💬 しました。
対応お願いします!
|
いつもありがとうございます! 💚 |
resolve #69
内容は前回 PR の Composition API のページとほぼ同じです。
よろしくお願いします!