Only show "Show More" button if there is actually more to show.
This commit is contained in:
parent
c87ea083a0
commit
b82c9f39d2
@ -102,7 +102,7 @@ export default defineComponent({
|
||||
}
|
||||
});
|
||||
|
||||
total.value = setContents.size;
|
||||
total.value = count;
|
||||
};
|
||||
|
||||
const showMore = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user