Skip to content

Commit 3d757d9

Browse files
committed
Add types
1 parent a610068 commit 3d757d9

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

docs/en/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,13 @@
3838
- [beforeRouteLeave](api/beforeRouteLeave.md)
3939
- [beforeEnter](api/beforeEnter.md)
4040
- [Types](api/types/README.md)
41+
- [RouterOptions](api/types/router-options.md)
42+
- [RedirectOption](api/types/redirect-option.md)
43+
- [RouteConfig](api/types/route-config.md)
44+
- [RouteRecord](api/types/route-record.md)
45+
- [RouteMap](api/types/route-map.md)
46+
- [StringHash](api/types/string-hash.md)
47+
- [Location](api/types/location.md)
48+
- [RawLocation](api/types/raw-location.md)
4149
- [Route](api/types/route.md)
50+
- [Matcher](api/types/matcher.md)

docs/en/SUMMARY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,13 @@
3434
- [beforeRouteLeave](api/beforeRouteLeave.md)
3535
- [beforeEnter](api/beforeEnter.md)
3636
- [Types](api/types/README.md)
37+
- [RouterOptions](api/types/router-options.md)
38+
- [RedirectOption](api/types/redirect-option.md)
39+
- [RouteConfig](api/types/route-config.md)
40+
- [RouteRecord](api/types/route-record.md)
41+
- [RouteMap](api/types/route-map.md)
42+
- [StringHash](api/types/string-hash.md)
43+
- [Location](api/types/location.md)
44+
- [RawLocation](api/types/raw-location.md)
3745
- [Route](api/types/route.md)
46+
- [Matcher](api/types/matcher.md)

docs/en/api/types/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Types
22

3+
- [RouterOptions](router-options.md)
4+
- [RedirectOption](redirect-option.md)
5+
- [RouteConfig](route-config.md)
6+
- [RouteRecord](route-record.md)
7+
- [RouteMap](route-map.md)
8+
- [StringHash](string-hash.md)
9+
- [Location](location.md)
10+
- [RawLocation](raw-location.md)
311
- [Route](route.md)
12+
- [Matcher](matcher.md)

0 commit comments

Comments
 (0)