zhangnuoyan
2024-08-25 54f5cd85e43bf92266a2617994642e1b8aa5bcb5
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 };