div
div.panel
h3| page
div.margin-10
r-page(
v-model="currPage",
:total="1",
:show-total="true",
size="default",
@change="pageChange"
)
div.panel
h3| page
div.margin-10
r-page(
v-model="currPage",
:total="total",
:show-total="true",
size="small",
:page-size="1000",
@change="pageChange"
)