index.js 224 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

水落(YangLei)'s avatar
水落(YangLei) committed
6
export { Table, WhiteCard, Upload, MyFormItem };