mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 18:20:47 +01:00
Add page for loots
This commit is contained in:
@@ -67,5 +67,5 @@ const p = computed(() => {
|
||||
filtered = skins.filter((x) => x.name.toLowerCase().includes(query.value.toLowerCase()));
|
||||
|
||||
return usePagination(filtered, 100);
|
||||
})
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user