vue 中el-card点击事件失效解决

@click="openArticle('123')
替换为

@click.native="openArticle('123')
原文地址:https://www.cnblogs.com/dianzan/p/12699516.html