This commit is contained in:
Daniel Cortés
2019-06-16 23:12:36 -04:00
parent fd5cc9f5c3
commit 5d8dae03f9

View File

@@ -11,8 +11,8 @@
</li>
</ul>
<div class="pagination">
<button :disabled="! prevPage" @click.prevent"goToPrev">Previous</button>
<button :disabled="! nexPage" @click.prevent"goToNext">Next</button>
<button :disabled="! prevPage" @click.prevent="goToPrev">Previous</button>
<button :disabled="! nexPage" @click.prevent="goToNext">Next</button>
</div>
</div>
</template>