-
Notifications
You must be signed in to change notification settings - Fork 229
Document gotcha with :is and DOM props #1955
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
Document gotcha with :is and DOM props #1955
Conversation
src/v2/guide/components.md
Outdated
この属性は通常の HTML 要素にも使えますが、コンポーネントとして取り扱われることに注意してください。 | ||
つまり、全ての属性が ** DOM の属性としてバインドされる** ということになります。 | ||
`value` などの一部のプロパティが、期待通りに動作するためには、[`.prop` 修飾子](../api/#v-bind) を使ってバインドする必要があります。 |
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.
レビューありがとうございます!後ほど対応いたします!
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.
@inosy22 翻訳ありがとうございます!スタイルの調整だけお願いします 🙏
@oohira 修正させていただきました! |
@inosy22 LGTM. ありがとうございました! 👍 |
Hey @inosy22, thank you for your time and effort spent on this PR, contributions like yours help make Vue better for everyone. Cheers! 💚 |
ご確認ありがとうございました! |
概要
resolve #1947
補足
こちらのコミットの翻訳になります。
vuejs/v2.vuejs.org@3d96b74
レビューよろしくお願いいたします🙏