Add page for loots

This commit is contained in:
BlossomiShymae
2024-06-12 18:27:08 -05:00
parent c55aa7cf6c
commit 35a43f7738
3 changed files with 61 additions and 1 deletions

View File

@@ -67,5 +67,5 @@ const p = computed(() => {
filtered = skins.filter((x) => x.name.toLowerCase().includes(query.value.toLowerCase()));
return usePagination(filtered, 100);
})
});
</script>