Browse Source

Update Timeline.vue

Daniel Supernault 6 năm trước cách đây
mục cha
commit
f80c1f9bb4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/assets/js/components/Timeline.vue

+ 1 - 1
resources/assets/js/components/Timeline.vue

@@ -450,7 +450,7 @@
 				axios.get(apiUrl, {
 					params: {
 						max_id: this.max_id,
-						limit: 4
+						limit: 6
 					}
 				}).then(res => {
 					let data = res.data;