rewrite folder view using @Akryum/vue-virtual-scroller

This commit is contained in:
geoffrey45
2022-10-08 12:43:38 +03:00
committed by Mungai Njoroge
parent 1fa7ec4c43
commit b3b7da701b
4 changed files with 91 additions and 13 deletions
+1
View File
@@ -24,5 +24,6 @@ defineProps<{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
gap: 1.5rem;
margin-bottom: 1.75rem;
}
</style>