login y restablecer pages

This commit is contained in:
María
2025-09-10 14:13:41 +02:00
parent 5c83090685
commit b6358f30b9
12 changed files with 119 additions and 73 deletions

View File

@@ -5,7 +5,7 @@
title="Encuentra tu entidad aliada"
subtitle="Colabora, compra o aprende con la economía social"
/>
<div class="cards-section">
<div v-if="companyList && companyList.length" class="cards-section">
<section class="cards-grid">
<article v-for="(coop, index) in companyList" :key="index">
<CoopCard :coop="coop" />
@@ -18,6 +18,9 @@
:per-page="perPage"
/>
</div>
<div v-else class="cards-section">
<p>No se han encontrado resultados</p>
</div>
<TextWithImageAndButton />
</div>
</div>