Only show "Show More" button if there is actually more to show.

This commit is contained in:
James Lyne 2022-01-17 19:57:04 +00:00
parent c87ea083a0
commit b82c9f39d2

View File

@ -102,7 +102,7 @@ export default defineComponent({
}
});
total.value = setContents.size;
total.value = count;
};
const showMore = () => {