关于input type=file在IE上onchange失效为题
效果图

原因:
<el-button style="width:130px;height:42px;margin-right:20px;" class="no-raduis border-btn upload-btn">
<input @change="onFileChange" accept=".png,.jpg,.jpeg" id="upload" name="file" class="upload-file" type="file" />更换
</el-button>
问题:
使用了elementUI的el-button后,在IE浏览器上面@change事件点击不起效果;
解决办法:
把el-button换成div等原生html的标签

浙公网安备 33010602011771号