This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
<button :disabled="! prevPage" @click.prevent"goToPrev">Previous</button>
|
<button :disabled="! prevPage" @click.prevent="goToPrev">Previous</button>
|
||||||
<button :disabled="! nexPage" @click.prevent"goToNext">Next</button>
|
<button :disabled="! nexPage" @click.prevent="goToNext">Next</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user