File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export class ExRouteAdapter {
55
55
const { initial, ...routeProps } = this . route . props ;
56
56
const child = Component ?
57
57
! this . route . wrapRouter ? < Component key = { this . route . name } name = { this . route . name } { ...routeProps } { ...this . props } route = { this . route } /> :
58
- < Router name = { this . route . name + "Router" } { ...routeProps } { ...this . props } route = { this . route } router = { ExRouter } initial = { "_" + this . route . name } footer = { null } header = { null } >
58
+ < Router name = { this . route . name + "Router" } { ...routeProps } { ...this . props } route = { this . route } plugin = { ExRouter } initial = { "_" + this . route . name } footer = { null } header = { null } >
59
59
< Components . Route { ...routeProps } { ...this . props } component = { Component } name = { "_" + this . route . name } type = "push" wrapRouter = { false } initial = { true } />
60
60
</ Router >
61
61
:
You can’t perform that action at this time.
0 commit comments