格式化代码.

This commit is contained in:
lijiahang
2024-05-16 10:57:32 +08:00
parent d3a045ec20
commit 77cf635eea
39 changed files with 45 additions and 74 deletions

View File

@@ -3,13 +3,7 @@ import { use } from 'echarts/core';
import QueryHeader from '@dangojs/a-query-header';
import { CanvasRenderer } from 'echarts/renderers';
import { BarChart, LineChart, PieChart, RadarChart } from 'echarts/charts';
import {
GridComponent,
TooltipComponent,
LegendComponent,
DataZoomComponent,
GraphicComponent,
} from 'echarts/components';
import { DataZoomComponent, GraphicComponent, GridComponent, LegendComponent, TooltipComponent, } from 'echarts/components';
import Breadcrumb from './app/breadcrumb/index.vue';
import Chart from './view/chart/index.vue';
import CardList from './view/card-list/index.vue';