iview/src/components/grid/index.js

4 lines
79 B
JavaScript
Raw Normal View History

2019-08-27 09:42:40 +08:00
import Row from './row.vue';
import Col from './col.vue';
export { Row, Col };