html format other components

This commit is contained in:
Matteo Pagliazzi
2019-10-12 17:05:15 +02:00
parent 7b4671fbf9
commit f99e3fab8b
180 changed files with 6536 additions and 2894 deletions

View File

@@ -11,17 +11,20 @@
:item="item"
></slot>
</template>
</div><div v-if="items.length === 0">
</div>
<div v-if="items.length === 0">
<p v-once>
{{ noItemsLabel }}
</p>
</div><div
</div>
<div
v-if="items.length > itemsPerRow"
class="btn btn-flat btn-show-more"
@click="toggleItemsToShow()"
>
{{ showAll ? $t('showLess') : $t('showMore') }}
</div><div
</div>
<div
v-else
class="fill-height"
></div>