You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
增加默认值 HOC
需求说明
在我们日常开发中,有些组件的属性在整个项目中都是相同的,例如上传组件的上传地址。为了减少复制粘贴的次数,一般都会在原组件的基础上进行一层简单的封装,默认值 HOC 就是专门为了解决这个问题的通用型 HOC 组件包裹。
使用说明
API
params
React.ComponentType
object
结果验收
The text was updated successfully, but these errors were encountered: