We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c656f2e commit 4339504Copy full SHA for 4339504
src/layout/components/Navbar.vue
@@ -44,8 +44,8 @@
44
<a target="_blank" href="https://panjiachen.github.io/vue-element-admin-site/#/">
45
<el-dropdown-item>Docs</el-dropdown-item>
46
</a>
47
- <el-dropdown-item divided>
48
- <span style="display:block;" @click="logout">{{ $t('navbar.logOut') }}</span>
+ <el-dropdown-item divided @click.native="logout">
+ <span style="display:block;">{{ $t('navbar.logOut') }}</span>
49
</el-dropdown-item>
50
</el-dropdown-menu>
51
</el-dropdown>
0 commit comments