fix 7d1df38b0eb4c6cfec2ff0474ed8c4e9c9128118

This commit is contained in:
pa
2025-12-18 14:31:02 +09:00
committed by Natsumi
parent 49ae88a25e
commit 53aea66f18
2 changed files with 3 additions and 2 deletions

View File

@@ -185,6 +185,7 @@
return filteredData.value.slice(start, end);
});
// Frictionless user experience when bigger than maxTableSize
const totalItems = computed(() => {
const length = filteredData.value.length;
const max = vrcxStore.maxTableSize;