[Vuejs]-How to disable v-pagination when there are not items VUEJS + VUETIFY

0👍

As far as I know, Vuetify provides disabled props on almost every component. So I think you could just add :disabled="lastPage <2" in your v-pagination props

Leave a comment