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
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions docs-gitbook/ja/essentials/history-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ history モードを使用する時は、URL は "普通" に見えます e.g. `
</IfModule>
```

`mod_rewrite`の代わりに、[`FallbackResource`](https://httpd.apache.org/docs/2.2/mod/mod_dir.html#fallbackresource) も使用することができます。

#### nginx

```nginx
Expand Down
3 changes: 2 additions & 1 deletion docs/ja/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,9 @@ name ではないプロパティも描画されるコンポーネントに渡さ
### fallback

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

ブラウザが `history.pushState` をサポートしないとき、 ルーターが `hash` モードにフォールバックかどうか制御します。デフォルトは `true`
`history.pushState` がサポートされていないブラウザにおいて、モードが `history` に設定されているとき、ルーターを `hash` モードにフォールバックかどうか制御します。

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

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/guide/advanced/transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</transition>
```

[`<transition>` についての全て](http://jp.vuejs.org/guide/transitions.html) はここでも動作します。
[全てのトランジション API は](http://jp.vuejs.org/guide/transitions.html) はここでも動作します。

## ルート単位のトランジション

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/guide/essentials/dynamic-matching.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const User = {
}
```

または、2.2 で導入された `beforeRouteUpdate` ガードを使用します:
または、2.2 で導入された `beforeRouteUpdate` [ナビゲーションガード](../advanced/navigation-guards.html)を使用します:

``` js
const User = {
Expand Down
2 changes: 2 additions & 0 deletions docs/ja/guide/essentials/history-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ history モードを使用する時は、URL は "普通" に見えます e.g. `
</IfModule>
```

`mod_rewrite`の代わりに、[`FallbackResource`](https://httpd.apache.org/docs/2.2/mod/mod_dir.html#fallbackresource) も使用することができます。

#### nginx

```nginx
Expand Down