[Vuejs]-Vuetify card with pagination

1👍

Don’t understand why you need the v-slot:items="props".
But your problem could be solved just by changing the following bindings,

<v-list-item-title class="headline mb-1"> {{ headlines[page - 1] }}</v-list-item-title>
<v-list-item-subtitle>{{ subtitles[page - 1] }}</v-list-item-subtitle>

Leave a comment