fix[Logout]: click blank area of ​​dropDown able to logout (#2896)

Fixed clicking blank area of ​​drop-down unable to log out
This commit is contained in:
2019-12-31 14:14:34 +08:00 committed by 花裤衩
parent 262c0ba08e
commit 4f563a7bfe
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@
<a target="_blank" href="https://panjiachen.github.io/vue-element-admin-site/#/">
<el-dropdown-item>Docs</el-dropdown-item>
</a>
<el-dropdown-item divided>
<span style="display:block;" @click="logout">Log Out</span>
<el-dropdown-item divided @click.native="logout">
<span style="display:block;">Log Out</span>
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>