当@click点击无效的时候
<el-button type="primary" @click="Shoot">拍摄</el-button>
在@click后面加上.native即可
<el-button type="primary" @click.native="Shoot">拍摄</el-button>
当@click点击无效的时候
<el-button type="primary" @click="Shoot">拍摄</el-button>
在@click后面加上.native即可
<el-button type="primary" @click.native="Shoot">拍摄</el-button>
本文标题:使用element-ui,el-button里面的@click事
本文链接:https://www.haomeiwen.com/subject/qxxzodtx.html
网友评论