File tree 5 files changed +8
-3
lines changed
docs-gitbook/ja/essentials
5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ history モードを使用する時は、URL は "普通" に見えます e.g. `
32
32
</IfModule>
33
33
```
34
34
35
+ ` mod_rewrite ` の代わりに、[ ` FallbackResource ` ] ( https://httpd.apache.org/docs/2.2/mod/mod_dir.html#fallbackresource ) も使用することができます。
36
+
35
37
#### nginx
36
38
37
39
``` nginx
Original file line number Diff line number Diff line change @@ -253,8 +253,9 @@ name ではないプロパティも描画されるコンポーネントに渡さ
253
253
### fallback
254
254
255
255
- 型: ` boolean `
256
+ - デフォルト: ` true `
256
257
257
- ブラウザが ` history.pushState ` をサポートしないとき、 ルーターが ` hash ` モードにフォールバックかどうか制御します。デフォルトは ` true `
258
+ ` history.pushState ` がサポートされていないブラウザにおいて、モードが ` history ` に設定されているとき、ルーターを ` hash ` モードにフォールバックかどうか制御します。
258
259
259
260
これを ` false ` に設定すると、本質的に全ての ` router-link ` ナビゲーションが IE9 においてフルページリフレッシュになります。これは、サーバサイドレンダリングでハッシュモードの URL が機能しないため、IE9 で動作する必要がある場合に便利です。
260
261
Original file line number Diff line number Diff line change 8
8
</transition >
9
9
```
10
10
11
- [ ` <transition> ` についての全て ] ( http://jp.vuejs.org/guide/transitions.html ) はここでも動作します。
11
+ [ 全てのトランジション API は ] ( http://jp.vuejs.org/guide/transitions.html ) はここでも動作します。
12
12
13
13
## ルート単位のトランジション
14
14
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const User = {
53
53
}
54
54
```
55
55
56
- または、2.2 で導入された ` beforeRouteUpdate ` ガードを使用します :
56
+ または、2.2 で導入された ` beforeRouteUpdate ` [ ナビゲーションガード ] ( ../advanced/navigation-guards.html ) を使用します :
57
57
58
58
``` js
59
59
const User = {
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ history モードを使用する時は、URL は "普通" に見えます e.g. `
32
32
</IfModule>
33
33
```
34
34
35
+ ` mod_rewrite ` の代わりに、[ ` FallbackResource ` ] ( https://httpd.apache.org/docs/2.2/mod/mod_dir.html#fallbackresource ) も使用することができます。
36
+
35
37
#### nginx
36
38
37
39
``` nginx
You can’t perform that action at this time.
0 commit comments