feat: user-dropdown support hover trigger (#5143)

* feat: user-dropdown support `hover` trigger

* fix: modified type declaration
This commit is contained in:
Netfan
2024-12-15 18:24:22 +08:00
committed by GitHub
parent 7581fb381f
commit f446cbf9e5
6 changed files with 160 additions and 62 deletions

View File

@@ -132,6 +132,7 @@ watch(
:text="userStore.userInfo?.realName"
description="ann.vben@gmail.com"
tag-text="Pro"
trigger="both"
@logout="handleLogout"
/>
</template>