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' {
1515 HomeTeam : typeof import ( './theme/components/HomeTeam.vue' ) [ 'default' ]
1616 MarkersMapDemo : typeof import ( './theme/components/MarkersMapDemo.vue' ) [ 'default' ]
1717 RegionMapDemo : typeof import ( './theme/components/RegionMapDemo.vue' ) [ 'default' ]
18+ RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
19+ RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
1820 TeamMember : typeof import ( './theme/components/TeamMember.vue' ) [ 'default' ]
1921 VectorMapDemo : typeof import ( './theme/components/VectorMapDemo.vue' ) [ 'default' ]
2022 }
Original file line number Diff line number Diff line change @@ -67,6 +67,12 @@ const sidebar = [
6767 { text : 'Data Visualization' , link : '/features/data-visualization' } ,
6868 ] ,
6969 } ,
70+ {
71+ text : 'Advanced' ,
72+ items : [
73+ { text : 'Heatmap' , link : '/advanced/heatmap' } ,
74+ ] ,
75+ } ,
7076 {
7177 text : 'Framework Components' ,
7278 items : [
You can’t perform that action at this time.
0 commit comments