This commit is contained in:
JaguarJack
2023-02-21 09:58:42 +08:00
parent 29206c048d
commit ef6a1204a9
3 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
<Icon name="user"/> <router-link to="/users/center"> 个人信息</router-link>
</el-dropdown-item>
<el-dropdown-item divided @click="logout">
<Icon className="power" class="mr-1 w-4 h-4" />
<Icon name="power" className="mr-1 w-4 h-4" />
退
</el-dropdown-item>
</el-dropdown-menu>