mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-15 09:21:25 +08:00
7 lines
88 B
JavaScript
7 lines
88 B
JavaScript
import Row from './Row.vue'
|
|
import Col from './Col.vue'
|
|
|
|
export default {
|
|
Col, Row,
|
|
}
|