liudong
2024-08-23 38e9abbd9e89ccf14389e90fa94b4b8ea36fa60d
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);
  },
};