解决用户菜单图标点击无效问题

pull/492/head
shizhong 2024-07-22 15:22:25 +08:00
parent 157cf51f8a
commit b07367ec78
1 changed files with 2 additions and 2 deletions

View File

@ -69,9 +69,9 @@ const toDocument = () => {
<Icon icon="ep:tools" />
<div>{{ t('common.profile') }}</div>
</ElDropdownItem>
<ElDropdownItem>
<ElDropdownItem @click="toDocument">
<Icon icon="ep:menu" />
<div @click="toDocument">{{ t('common.document') }}</div>
<div>{{ t('common.document') }}</div>
</ElDropdownItem>
<ElDropdownItem divided @click="lockScreen">
<Icon icon="ep:lock" />