This is eqiuvalent to ordinary Vue :style bindings but targets specific elements within the component.
:styles="{}"
:blockStyles="{}"
:ripple="true"
color="#ffffff"
disabledColor="#dbdbdb"
background="#5bd0b9"
altBackground="#83dbca"
:currentPage="1"
:lastPage="10"
@page-change="logValue($event)"
<VTPagination
:styles="{}"
:blockStyles="{}"
:ripple="true"
color="#ffffff"
disabledColor="#dbdbdb"
background="#5bd0b9"
altBackground="#83dbca"
:currentPage="1"
:lastPage="10"
@page-change="logValue($event)"
>
Slot for a right-facing arrow, rotated 180deg for the left-facing arrow.
<!-- Optional Arrow Slot -->
</VTPagination>
Try a full demo on Codepen!