瀏覽代碼

Update Timeline.vue

Daniel Supernault 6 年之前
父節點
當前提交
4f5d53fab2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/assets/js/components/Timeline.vue

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

@@ -488,7 +488,7 @@
 				axios.get(apiUrl, {
 					params: {
 						max_id: this.max_id,
-						limit: 4
+						limit: 6
 					},
 				}).then(res => {
 					if (res.data.length && this.loading == false) {