@@ -701,9 +701,7 @@ const sideMenuItems = computed(() => {
701
701
{ route: ' /docs#vue-ui-sparkgauge' , componentName: ' Sparkgauge' , icon: ' chartGauge' },
702
702
{ route: ' /docs#vue-ui-spark-trend' , componentName: ' SparkTrend' , icon: ' trend' },
703
703
{ route: ' /docs#vue-ui-gizmo' , componentName: ' Gizmo' , icon: ' battery' },
704
- { route: ' /docs#vue-ui-quick-chart' , componentName: ' QuickChart' , icon: ' vueDataUi' },
705
704
{ route: ' /docs#vue-ui-kpi' , componentName: ' Kpi' , icon: ' kpiBox' },
706
- { route: ' /docs#vue-ui-bullet' , componentName: ' Bullet' , icon: ' chartBullet' },
707
705
],
708
706
icon: ' chartSparkline'
709
707
},
@@ -719,7 +717,6 @@ const sideMenuItems = computed(() => {
719
717
{route: ' /docs#vue-ui-candlestick' , componentName: ' Candlestick' , icon: ' chartCandlestick' },
720
718
{route: ' /docs#vue-ui-age-pyramid' , componentName: ' AgePyramid' , icon: ' chartAgePyramid' },
721
719
{route: ' /docs#vue-ui-stackbar' , componentName: ' Stackbar' , icon: ' chartStackbar' },
722
- {route: ' /docs#vue-ui-donut-evolution' , componentName: ' DonutEvolution' , icon: ' chartDonutEvolution' },
723
720
{route: ' /docs#vue-ui-funnel' , componentName: ' Funnel' , icon: ' chartFunnel' },
724
721
{route: ' /docs#vue-ui-history-plot' , componentName: ' HistoryPlot' , icon: ' chartHistoryPlot' },
725
722
{route: ' /docs#vue-ui-ridgeline' , componentName: ' Ridgeline' , icon: ' chartRidgeline' },
@@ -737,7 +734,6 @@ const sideMenuItems = computed(() => {
737
734
{route: ' /docs#vue-ui-rings' , componentName: ' Rings' , icon: ' chartRings' },
738
735
{route: ' /docs#vue-ui-galaxy' , componentName: ' Galaxy' , icon: ' chartGalaxy' },
739
736
{route: ' /docs#vue-ui-donut-evolution' , componentName: ' DonutEvolution' , icon: ' chartDonutEvolution' },
740
- {route: ' /docs#vue-ui-chestnut' , componentName: ' Chestnut' , icon: ' chartChestnut' },
741
737
{route: ' /docs#vue-ui-circle-pack' , componentName: ' CirclePack' , icon: ' chartCirclePack' }
742
738
],
743
739
icon: ' chartDonut'
0 commit comments