zhangxiao
2024-08-30 d50a7bc02d89e14beeab83a28f0d3677dbd9f0ef
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);
  },
};