Skip to content

Commit 034696c

Browse files
committed
fix: add itemsPerPage prop watcher
1 parent 01c98cf commit 034696c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/table/CDataTable.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@ export default {
271271
}
272272
},
273273
watch: {
274+
itemsPerPage (val) {
275+
this.perPageItems = val
276+
},
274277
sorterValue: {
275278
immediate: true,
276279
handler (val) {

0 commit comments

Comments
 (0)