Skip to content

Commit fd8a311

Browse files
committed
Merge branch 'next' of github.com:devforth/adminforth into next
2 parents 109765b + 63e8223 commit fd8a311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/afcl/Table.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
refresh();
162162
});
163163
164-
watch( currentPage, async () => {
164+
watch([currentPage, () => props.data], async () => {
165165
refresh();
166166
});
167167

0 commit comments

Comments
 (0)