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 {
2727 go ( n : number ) : void ;
2828 back ( ) : void ;
2929 forward ( ) : void ;
30- getMatchedComponentes ( to ?: RawLocation ) : Component [ ] ;
30+ getMatchedComponents ( to ?: RawLocation ) : Component [ ] ;
3131 resolve ( to : RawLocation , current ?: Route , append ?: boolean ) : {
3232 normalizedTo : Location ;
3333 resolved : Route ;
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ router.go(-1);
128128router . back ( ) ;
129129router . forward ( ) ;
130130
131- const Components : ComponentOptions < Vue > | typeof Vue = router . getMatchedComponentes ( ) ;
131+ const Components : ComponentOptions < Vue > | typeof Vue = router . getMatchedComponents ( ) ;
132132
133133const vm = new Vue ( {
134134 router,
You can’t perform that action at this time.
0 commit comments