index.ts 164 Bytes Edit Raw Blame History 1 2 3 4 5 import { withInstall } from '/@/utils'; import fieldUpload from './src/FieldUpload.vue'; const FieldUpload = withInstall(fieldUpload); export default FieldUpload;