소스 검색

Update Timeline.vue

Daniel Supernault 6 년 전
부모
커밋
f80c1f9bb4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;