分离卡片列表组件.

This commit is contained in:
lijiahang
2023-10-02 22:56:43 +08:00
parent fb11884026
commit 0514ea0508
7 changed files with 478 additions and 380 deletions

View File

@@ -12,6 +12,7 @@ import {
} from 'echarts/components';
import Chart from './chart/index.vue';
import Breadcrumb from './breadcrumb/index.vue';
import CardList from './card-list/index.vue';
use([
CanvasRenderer,
@@ -31,5 +32,6 @@ export default {
Vue.component('Chart', Chart);
Vue.component('Breadcrumb', Breadcrumb);
Vue.component('a-query-header', AQueryHeader);
Vue.component('card-list', CardList);
},
};