This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user