File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ declare class VueRouter {
27
27
go ( n : number ) : void ;
28
28
back ( ) : void ;
29
29
forward ( ) : void ;
30
- getMatchedComponentes ( to ?: RawLocation ) : Component [ ] ;
30
+ getMatchedComponents ( to ?: RawLocation ) : Component [ ] ;
31
31
resolve ( to : RawLocation , current ?: Route , append ?: boolean ) : {
32
32
normalizedTo : Location ;
33
33
resolved : Route ;
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ router.go(-1);
128
128
router . back ( ) ;
129
129
router . forward ( ) ;
130
130
131
- const Components : ComponentOptions < Vue > | typeof Vue = router . getMatchedComponentes ( ) ;
131
+ const Components : ComponentOptions < Vue > | typeof Vue = router . getMatchedComponents ( ) ;
132
132
133
133
const vm = new Vue ( {
134
134
router,
You can’t perform that action at this time.
0 commit comments