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