modified code
This commit is contained in:
parent
397ebfbd11
commit
40a8e5fa96
@ -19,7 +19,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-wrap px-12 justify-between mt-8">
|
<div class="flex flex-wrap px-12 justify-between mt-8">
|
||||||
<div each={ album in await props.items.results }
|
<div each={ album in await state.items }
|
||||||
class="item mb-4 border border-solid rounded-lg h-64 flex justify-center items-center">
|
class="item mb-4 border border-solid rounded-lg h-64 flex justify-center items-center">
|
||||||
<div>
|
<div>
|
||||||
<p> { album.name } </p>
|
<p> { album.name } </p>
|
||||||
|
Loading…
Reference in New Issue
Block a user