iview/src/components/cell/index.js

5 lines
118 B
JavaScript
Raw Normal View History

2018-06-20 15:17:54 +08:00
import Cell from './cell.vue';
import CellGroup from './cell-group.vue';
Cell.Group = CellGroup;
export default Cell;