iview/src/components/layout/index.js
梁灏 4b05d84ea2 Modify the directory structure
Modify the directory structure
2016-10-28 10:09:07 +08:00

4 lines
No EOL
79 B
JavaScript

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