@@ -54,48 +54,57 @@ const config = {
54
54
] ,
55
55
56
56
sidebar : [
57
- { link : '/' , text : 'Introduction' } ,
58
- { link : '/installation' , text : 'Installation' } ,
57
+ {
58
+ text : 'Introduction' ,
59
+ link : '/' ,
60
+ } ,
61
+ {
62
+ text : 'Installation' ,
63
+ link : '/installation' ,
64
+ } ,
59
65
{
60
66
text : 'Essentials' ,
61
67
collapsable : false ,
62
68
children : [
63
- { link : '/guide/' , text : 'Getting Started' } ,
64
69
{
65
- link : '/guide/essentials/dynamic-matching' ,
70
+ text : 'Getting Started' ,
71
+ link : '/guide/' ,
72
+ } ,
73
+ {
66
74
text : 'Dynamic Route Matching' ,
75
+ link : '/guide/essentials/dynamic-matching' ,
67
76
} ,
68
77
{
69
- link : '/guide/essentials/route-matching-syntax' ,
70
78
text : "Routes' Matching Syntax" ,
79
+ link : '/guide/essentials/route-matching-syntax' ,
71
80
} ,
72
81
{
73
- link : '/guide/essentials/nested-routes' ,
74
82
text : 'Nested Routes' ,
83
+ link : '/guide/essentials/nested-routes' ,
75
84
} ,
76
85
{
77
- link : '/guide/essentials/navigation' ,
78
86
text : 'Programmatic Navigation' ,
87
+ link : '/guide/essentials/navigation' ,
79
88
} ,
80
89
{
81
- link : '/guide/essentials/named-routes' ,
82
90
text : 'Named Routes' ,
91
+ link : '/guide/essentials/named-routes' ,
83
92
} ,
84
93
{
85
- link : '/guide/essentials/named-views' ,
86
94
text : 'Named Views' ,
95
+ link : '/guide/essentials/named-views' ,
87
96
} ,
88
97
{
89
- link : '/guide/essentials/redirect-and-alias' ,
90
98
text : 'Redirect and Alias' ,
99
+ link : '/guide/essentials/redirect-and-alias' ,
91
100
} ,
92
101
{
93
- link : '/guide/essentials/passing-props' ,
94
102
text : 'Passing Props to Route Components' ,
103
+ link : '/guide/essentials/passing-props' ,
95
104
} ,
96
105
{
97
- link : '/guide/essentials/history-mode' ,
98
106
text : 'Different History modes' ,
107
+ link : '/guide/essentials/history-mode' ,
99
108
} ,
100
109
] ,
101
110
} ,
@@ -104,41 +113,44 @@ const config = {
104
113
collapsable : false ,
105
114
children : [
106
115
{
107
- link : '/guide/advanced/navigation-guards' ,
108
116
text : 'Navigation guards' ,
117
+ link : '/guide/advanced/navigation-guards' ,
109
118
} ,
110
119
{
111
- link : '/guide/advanced/route-matching-syntax' ,
112
120
text : 'Route Matching Syntax' ,
121
+ link : '/guide/advanced/route-matching-syntax' ,
122
+ } ,
123
+ {
124
+ text : 'Route Meta Fields' ,
125
+ link : '/guide/advanced/meta' ,
113
126
} ,
114
- { link : '/guide/advanced/meta' , text : 'Route Meta Fields' } ,
115
127
{
116
- link : '/guide/advanced/data-fetching' ,
117
128
text : 'Data Fetching' ,
129
+ link : '/guide/advanced/data-fetching' ,
118
130
} ,
119
131
{
120
- link : '/guide/advanced/composition-api' ,
121
132
text : 'Composition API' ,
133
+ link : '/guide/advanced/composition-api' ,
122
134
} ,
123
135
{
124
- link : '/guide/advanced/transitions' ,
125
136
text : 'Transitions' ,
137
+ link : '/guide/advanced/transitions' ,
126
138
} ,
127
139
{
128
- link : '/guide/advanced/scroll-behavior' ,
129
140
text : 'Scroll Behavior' ,
141
+ link : '/guide/advanced/scroll-behavior' ,
130
142
} ,
131
143
{
132
- link : '/guide/advanced/lazy-loading' ,
133
144
text : 'Lazy Loading Routes' ,
145
+ link : '/guide/advanced/lazy-loading' ,
134
146
} ,
135
147
{
136
- link : '/guide/advanced/extending-router-link' ,
137
148
text : 'Extending RouterLink' ,
149
+ link : '/guide/advanced/extending-router-link' ,
138
150
} ,
139
151
{
140
- link : '/guide/advanced/navigation-failures' ,
141
152
text : 'Navigation Failures' ,
153
+ link : '/guide/advanced/navigation-failures' ,
142
154
} ,
143
155
] ,
144
156
} ,
0 commit comments