modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 16:07:05 +02:00
parent 4b3a3a8a1a
commit e0c9e3e3bf

View File

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