refactor: ♻️ 代码优化

This commit is contained in:
ray
2024-08-20 00:06:36 +08:00
parent 375fc37af0
commit bf63a20fb1
3 changed files with 2 additions and 3 deletions

View File

@@ -77,7 +77,7 @@
</div>
<template #dropdown>
<el-dropdown-menu>
<el-dropdown-item divided @click="handleOpenUserProfile">
<el-dropdown-item @click="handleOpenUserProfile">
{{ $t("navbar.profile") }}
</el-dropdown-item>
<a