0.1.0 • Published 4 years ago

@sinoform/field-file-upload v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@sinoform/field-file-upload

附件上传字段模块

安装

yarn add @sinoform/field-file-upload

使用

form-config-builder 结合使用:

import fileUpload from '@sinoform/field-file-upload';
import FormConfigBuilder from '@sinoform/form-config-builder';
import base from '@sinoform/form-config-base';

FormConfigBuilder.from(base).addPlugin(fileUpload);