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