fix-issue-#246 (#248)
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
<template>
|
||||
<div class="vp-raw flex flex-col items-center justify-center text-center">
|
||||
<fwb-pagination
|
||||
v-model="currentPage"
|
||||
v-model="currentPageA"
|
||||
:layout="'table'"
|
||||
:per-page="20"
|
||||
:total-items="998"
|
||||
class="mb-2"
|
||||
/>
|
||||
<fwb-pagination
|
||||
v-model="currentPage"
|
||||
v-model="currentPageB"
|
||||
:layout="'table'"
|
||||
:per-page="20"
|
||||
:total-items="998"
|
||||
:per-page="100"
|
||||
:total-items="750"
|
||||
large
|
||||
/>
|
||||
</div>
|
||||
@@ -21,5 +21,6 @@
|
||||
import { ref } from 'vue'
|
||||
import { FwbPagination } from '../../../../src/index'
|
||||
|
||||
const currentPage = ref<number>(1)
|
||||
const currentPageA = ref<number>(1)
|
||||
const currentPageB = ref<number>(1)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user