mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 14:32:04 -04:00
[bug] fix image card broken on live
This commit is contained in:
parent
79c8d30ddb
commit
94766c8262
@ -5,7 +5,7 @@
|
||||
{{ el }}
|
||||
</slot>
|
||||
</li>
|
||||
<li v-if="!allShown && hiddenCount > 0" :class="[itemClass, 'small']">
|
||||
<li v-show="!allShown && hiddenCount > 0" :class="[itemClass, 'small']">
|
||||
<span v-if="static">
|
||||
<Icon v="plus-circle"/>
|
||||
<T :params="{count: hiddenCount}">profile.expendableList.more</T>
|
||||
|
Loading…
x
Reference in New Issue
Block a user