Pagination is a very common piece of functionality, found in many applications. In this lesson, let’s implement basic pagination with Vue 3. We’ll be starting from the code that Adam wrote up in our Real World Vue 3 course, which does an API call to fetch a list of events. By the end of the lesson our page will look and