-
Notifications
You must be signed in to change notification settings - Fork 256
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
Moving Components Page into its Own Category #908
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.
|
||
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
ありがとうございます。
コンポーネントのところ、大分構成が変わりましたね。 |
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を立てるでいいかな、と思ってます