feat: update dashboard

This commit is contained in:
vben
2024-06-29 14:45:02 +08:00
parent c58c0797ba
commit 36a4fcfad2
25 changed files with 967 additions and 647 deletions

View File

@@ -56,4 +56,4 @@ echarts.use([
ToolboxComponent,
]);
export { echarts };
export default echarts;

View File

@@ -14,7 +14,7 @@ import {
useWindowSize,
} from '@vueuse/core';
import { echarts } from './echarts';
import echarts from './echarts';
type EchartsUIType = typeof EchartsUI | undefined;