xuyonghao
2024-11-22 d6ccdaf74b286f3add0e384203d02611a8d67f53
src/components/index.ts
@@ -10,6 +10,7 @@
  GraphicComponent,
} from 'echarts/components';
import Chart from './chart/index.vue';
import Upload from './upload/index.vue';
import Breadcrumb from './breadcrumb/index.vue';
// Manually introduce ECharts modules to reduce packing size
@@ -31,5 +32,6 @@
  install(Vue: App) {
    Vue.component('Chart', Chart);
    Vue.component('Breadcrumb', Breadcrumb);
    Vue.component('Upload', Upload);
  },
};