modified code
This commit is contained in:
parent
4b3a3a8a1a
commit
e0c9e3e3bf
@ -18,6 +18,12 @@
|
||||
</form>
|
||||
</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>
|
||||
export default {
|
||||
async onBeforeMount(props){
|
||||
|
Loading…
Reference in New Issue
Block a user