zhangxiao
2024-08-21 406a398a94d54b854472063f219ae87e8fcf4a98
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 };