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
Source:stackexchange.com
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