iview/components/layout/index.js
梁灏 7fa943eb39 init
init
2016-09-09 14:29:19 +08:00

4 lines
No EOL
79 B
JavaScript

import Row from './row.vue';
import Col from './col.vue';
export { Row, Col };