mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-11 18:10:32 +08:00
🐛 Fix(custom): fix tooltip disabled state in login.vue
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
effect="light"
|
||||
:content="item.alias"
|
||||
placement="top"
|
||||
:disabled="isNeedToShorten(item.alias)"
|
||||
:disabled="!isNeedToShorten(item.alias)"
|
||||
:persistent="false"
|
||||
teleported
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user