解决element-ui中下拉菜单子选项click事件不触发的问题 将@click改为@click.native='logoutHandle';即可监听选项的点击事件。<el-dropdownclass="pull-right">< 子选项