7 lines
72 B
Vue
7 lines
72 B
Vue
<template>
|
|
<VPagination
|
|
:length="5"
|
|
disabled
|
|
/>
|
|
</template>
|