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