Add pagination to `<tab-view>` component
Implementation guide
Logic
- Use
GlPagination
to render pagination - Keep track of page in
data
- When page is changed use Vue router to update the
page
query string and make a new API call
Edited by Peter Hegman