在使用JSX的时候,发现上传组件的事件一直绑定不了
方式一
<el-upload class='avatar-uploader'
action='http://localhost:9501/upload'
{...{ onChange: () => {
alert()
}, onSuccess: () => {
alert()
}
}}
</el-upload>方式二
<el-upload class='avatar-uploader'
action='http://localhost:9501/upload'
onChange={() => {}}
onError={() => {}}
</el-upload>
慕少森
收到一只叮咚
繁华开满天机
随时随地看视频慕课网APP
相关分类