Blame view

src/components/FieldUpload/index.ts 164 Bytes
sanmu authored
1
2
3
4
5
import { withInstall } from '/@/utils';
import fieldUpload from './src/FieldUpload.vue';

const FieldUpload = withInstall(fieldUpload);
export default FieldUpload;