modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 15:50:20 +02:00
parent b1afbf16bb
commit 397ebfbd11

View File

@ -18,6 +18,15 @@
</form> </form>
</div> </div>
<div class="flex flex-wrap px-12 justify-between mt-8">
<div each={ album in await props.items.results }
class="item mb-4 border border-solid rounded-lg h-64 flex justify-center items-center">
<div>
<p> { album.name } </p>
</div>
</div>
</div>
<script> <script>
export default { export default {
async onBeforeMount(props){ async onBeforeMount(props){