zhangnuoyan
2024-08-25 40f2e0a67cb3b788262f156deb7187d9735b5196
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 };