Javascript – What prevents the hiding of a load more button at the right time in this Vue 3 app?
I have been working on a news app, using Vue 3 and the News API. I am currently working on a "load more (articles)" functionality. The initial number of articles is 24 and, if the total number of articles is…