Skip to content

docs(ja): update docs #2376

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

Merged
merged 9 commits into from
Sep 9, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/ja/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,9 @@ name ではないプロパティも描画されるコンポーネントに渡さ
### fallback

- 型: `boolean`
- デフォルト: `true`

- default: `true`

ブラウザが `history.pushState` をサポートしないとき、 ルーターが `hash` モードにフォールバックかどうか制御します。デフォルトは `true`
Controls whether the router should fallback to `hash` mode when the browser does not support `history.pushState` but mode is set to `history`.
ブラウザが `history.pushState` をサポートしないとき、 ルーターが `hash` モードにフォールバックかどうか制御しますが、モードは `history` に設定されます。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここは、when 節は but 以降の文も含んでいると思います。history.pushState がサポートされていないブラウザであるが、モードが history に設定されているときという意味ではないかと。


これを `false` に設定すると、本質的に全ての `router-link` ナビゲーションが IE9 においてフルページリフレッシュになります。これは、サーバサイドレンダリングでハッシュモードの URL が機能しないため、IE9 で動作する必要がある場合に便利です。

Expand Down