美文网首页
vue的element组件的el-card添加@click没有反

vue的element组件的el-card添加@click没有反

作者: 尘埃里的玄 | 来源:发表于2021-04-16 11:41 被阅读0次
首先我们去官网看 image.png

确实没这个方法,所以使用原生的click

  <el-card  class="box-card" @click.native="openReport(p.reportFilename,p.reportType,p.yearType)">
                        <img src="static/excel2.png" class="image" style="margin-top: 10px">
                        <div style="padding: 14px;">
                            <span>{{p.reportFilename}}</span>
<!--                            <div class="bottom clearfix">-->
<!--                                <el-button type="text" class="button"-->
<!--                                           @click="openReport(p.reportFilename,p.reportType,p.yearType)">预览-->
<!--                                </el-button>-->
<!--                            </div>-->
                        </div>

相关文章

网友评论

      本文标题:vue的element组件的el-card添加@click没有反

      本文链接:https://www.haomeiwen.com/subject/lgfelltx.html