iview/components/layout/index.js

4 lines
79 B
JavaScript
Raw Normal View History

2016-09-09 14:29:19 +08:00
import Row from './row.vue';
import Col from './col.vue';
export { Row, Col };