Make the list list page look good

This commit is contained in:
Sol Fisher Romanoff 2022-06-15 20:32:46 +03:00
parent d2c82a04d9
commit 3d18dd7e47
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62
2 changed files with 30 additions and 5 deletions
src/components/lists

View file

@ -10,6 +10,7 @@
v-for="list in lists.slice().reverse()"
:key="list"
:list="list"
class="list-item"
/>
</div>
</div>