Skip to content

Commit 9d74b30

Browse files
committed
(UX) add more rooms per page
1 parent 6f5fce7 commit 9d74b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/ChatContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default {
9696
9797
data() {
9898
return {
99-
roomsPerPage: 10,
99+
roomsPerPage: 15,
100100
rooms: [],
101101
startRooms: null,
102102
endRooms: null,

0 commit comments

Comments
 (0)