Skip to content

Commit

Permalink
add more items (#636)
Browse files Browse the repository at this point in the history
Add more items so that we can see pagination controls on high res screens.
  • Loading branch information
0xDaksh authored and johnleider committed Oct 25, 2018
1 parent 4f91f01 commit c54013d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/examples/tabs/pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<v-tabs-slider color="yellow"></v-tabs-slider>

<v-tab
v-for="i in 15"
v-for="i in 30"
:href="'#tab-' + i"
:key="i"
>
Expand All @@ -16,7 +16,7 @@

<v-tabs-items>
<v-tab-item
v-for="i in 15"
v-for="i in 30"
:id="'tab-' + i"
:key="i"
>
Expand Down

0 comments on commit c54013d

Please sign in to comment.