File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ const state = {
26
26
name : 'App' ,
27
27
componentData : { actualDuration : 3.5 } ,
28
28
} ] ,
29
+ route : {
30
+ id : 1 ,
31
+ url : 'http://localhost:8080/' ,
32
+ } ,
29
33
} ,
30
34
children : [ {
31
35
index : 1 ,
@@ -38,6 +42,10 @@ const state = {
38
42
name : 'App' ,
39
43
componentData : { actualDuration : 3.5 } ,
40
44
} ] ,
45
+ route : {
46
+ id : 2 ,
47
+ url : 'http://localhost:8080/' ,
48
+ } ,
41
49
} ,
42
50
children : [ {
43
51
index : 2 ,
@@ -50,6 +58,10 @@ const state = {
50
58
name : 'App' ,
51
59
componentData : { actualDuration : 3.5 } ,
52
60
} ] ,
61
+ route : {
62
+ id : 3 ,
63
+ url : 'http://localhost:8080/' ,
64
+ } ,
53
65
} ,
54
66
children : [ {
55
67
index : 3 ,
@@ -62,6 +74,10 @@ const state = {
62
74
name : 'App' ,
63
75
componentData : { actualDuration : 3.5 } ,
64
76
} ] ,
77
+ route : {
78
+ id : 4 ,
79
+ url : 'http://localhost:8080/' ,
80
+ } ,
65
81
} ,
66
82
children : [ ] ,
67
83
} ] ,
You can’t perform that action at this time.
0 commit comments