File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ declare module 'vue' {
15
15
HomeTeam : typeof import ( './theme/components/HomeTeam.vue' ) [ 'default' ]
16
16
MarkersMapDemo : typeof import ( './theme/components/MarkersMapDemo.vue' ) [ 'default' ]
17
17
RegionMapDemo : typeof import ( './theme/components/RegionMapDemo.vue' ) [ 'default' ]
18
+ RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
19
+ RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
18
20
TeamMember : typeof import ( './theme/components/TeamMember.vue' ) [ 'default' ]
19
21
VectorMapDemo : typeof import ( './theme/components/VectorMapDemo.vue' ) [ 'default' ]
20
22
}
Original file line number Diff line number Diff line change @@ -67,6 +67,12 @@ const sidebar = [
67
67
{ text : 'Data Visualization' , link : '/features/data-visualization' } ,
68
68
] ,
69
69
} ,
70
+ {
71
+ text : 'Advanced' ,
72
+ items : [
73
+ { text : 'Heatmap' , link : '/advanced/heatmap' } ,
74
+ ] ,
75
+ } ,
70
76
{
71
77
text : 'Framework Components' ,
72
78
items : [
You can’t perform that action at this time.
0 commit comments