-
Notifications
You must be signed in to change notification settings - Fork 665
docs: update docs/ja #422
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
docs: update docs/ja #422
Conversation
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.
レビュー 👀 コメント 💬 しました。
確認お願いします!
|
||
Vue Router の `router-link` コンポーネントをスタブするためのコンポーネントです。 | ||
|
||
レンダリングツリーにある router-link コンポーネントを見つけることにこのコンポーネントを使用することができます。 |
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.
to find
は 見つけることに
というより 見つけるために
の方が分かりやすいと思います。
@@ -18,6 +18,8 @@ shallow(Component, { | |||
}) | |||
``` | |||
|
|||
> Vue Router を localVue にインストールすると `$route` と `$router` が read-only プロパティーとして localVue に追加されます。これは VueRouter をインストールした localVue を使用しているコンポーネントをマウントする時、 `mock` オプションで `$route` と `$router` を上書きすることができないことを意味します。 |
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.
read-only プロパティー
ですが、特に読み込みのみのプロパティ
で訳してもいいと思います。
@kazupon |
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.
Thanks :)
No description provided.