-
Notifications
You must be signed in to change notification settings - Fork 226
Moving Components Page into its Own Category #908
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
I removed the underscores around "prop"erty. I'm not sure what was intended there- maybe bold or italics, but I figured at minimum it should be removed until someone can correct it better.
| - [`<script type="text/x-template">`](components-edge-cases.html#X-Templates) | ||
|
|
||
| Vue では、素の HTML 要素を描画するのはとても高速です。しかし、時どき、静的なコンテンツを **大量に** 含むコンポーネントがあるかもしれません。このような場合、以下のように root 要素で `v-once` ディレクティブを追加することによって、コンポーネントを一度のみ評価しキャッシュしておくことを保証することができます。 | ||
| これが動的コンポーネントについて今のところ知っておくべきことです。そして、実際には Vue の <em>本質</em> の最後となります。おめでとうございます!まだまだ学ぶことはありますが、最初に Vue を自身で遊ぶために休憩をとり、何か面白いものを作ってみることをお勧めします。 |
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.
原文と違い、わざわざ<em>を使用しています。
hexo-renderer-markedのレンダリングエンジンであるmarkedにバグがあり、文字数が3文字以下の場合に_この記法_が正しく動かないためです。(PRが出され、mergeされているものの未リリース)
markedjs/marked#1181
src/v2/guide/components.md
Outdated
| var Home = { | ||
| template: '<p>Welcome home!</p>' | ||
| } | ||
| それぞれの投稿ごとにコンポーネントをレンダリングします: |
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.
renderの訳は確か、公式ドキュメントの翻訳では描画にしていたと思うので、それでお願いします! 🙏
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.
統一しました!
18c3761
|
ありがとうございます。
コンポーネントのところ、大分構成が変わりましたね。 |
potato4d
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.
👍 🙏
|
🙆 |
|
@kazupon これ入れちゃって大丈夫な感じですか |
|
🙆 |
This PR resolves #851, resolves #862, resolves #883, resolves #894
Components In-Depthは未着手です、cookbook同様caveatだけ追加しました
これがmergeされたら各セクションの翻訳issueを立てるでいいかな、と思ってます