liudong
2024-08-13 e80bf13cd58303e45011f09c7d1e5c15f64a2914
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);
  },
};