quick format
This commit is contained in:
@@ -26,7 +26,12 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</v-table>
|
</v-table>
|
||||||
<v-pagination :length="pageCount" @prev="previousPage()" @next="nextPage()" @update:modelValue="setPage($event)"></v-pagination>
|
<v-pagination
|
||||||
|
:length="pageCount"
|
||||||
|
@prev="previousPage()"
|
||||||
|
@next="nextPage()"
|
||||||
|
@update:modelValue="setPage($event)"
|
||||||
|
></v-pagination>
|
||||||
<button @click="previousPage()">pp</button>
|
<button @click="previousPage()">pp</button>
|
||||||
<button @click="nextPage()">np</button>
|
<button @click="nextPage()">np</button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -19,7 +19,12 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</v-table>
|
</v-table>
|
||||||
<v-pagination :length="pageCount" @prev="previousPage()" @next="nextPage()" @update:modelValue="setPage($event)"></v-pagination>
|
<v-pagination
|
||||||
|
:length="pageCount"
|
||||||
|
@prev="previousPage()"
|
||||||
|
@next="nextPage()"
|
||||||
|
@update:modelValue="setPage($event)"
|
||||||
|
></v-pagination>
|
||||||
</template>
|
</template>
|
||||||
<style></style>
|
<style></style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user