JinZHouXiYiJi_DaPin2/resource/echarts/ComChart/index.ts

8 lines
170 B
TypeScript
Raw Permalink Normal View History

2023-12-05 13:23:01 +08:00
import ComChartComponent, { componentName } from './config'
export default {
componentName,
component: () => import('./ComChart.vue'),
config: ComChartComponent
}