index.js 292 Bytes
Newer Older
1
import Table from './table/index.vue';
2 3
import WhiteCard from './white_card/index.vue';
import Upload from './upload/index.vue';
水落(YangLei)'s avatar
水落(YangLei) committed
4
import MyFormItem from './table/my_item.vue';
5
import ActionButoon from './action_button/index.vue';
6

7
export { Table, WhiteCard, Upload, MyFormItem, ActionButoon };