Vue2_Frontend 수정1...

This commit is contained in:
최준흠 2022-08-31 18:46:25 +09:00
parent a2e9ab39c1
commit fc044053fe

View File

@ -64,6 +64,7 @@
<b-table
id="todoTable"
ref="todoTable"
:page="page"
:items="rows"
:fields="fields"
:per-page="perPage"
@ -148,6 +149,7 @@
</b-col>
<b-col>
<b-pagination
:page="page"
:total-rows="total"
:per-page="perPage"
@page-click="pageClick"