iview/src/components/grid/index.js
2019-08-27 09:42:40 +08:00

4 lines
No EOL
79 B
JavaScript

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