zhangxiao
2024-08-21 523e69a7f649b513aa8d3788c79d52fc26c894d2
1
2
3
4
5
const ChartLine = defineAsyncComponent(() => import("./line.vue"));
const ChartBar = defineAsyncComponent(() => import("./bar.vue"));
const ChartOverview = defineAsyncComponent(() => import("./overview.vue"));
 
export { ChartBar, ChartLine, ChartOverview };