瀏覽代碼

:fire: tweaking call to use page and limit

tags/0.9.0
J 4 年之前
父節點
當前提交
0979ada58b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue 查看文件

@@ -165,7 +165,7 @@ export default {
165 165
             this.checkAndSetHero(this.type)
166 166
             
167 167
             // Load first page of results
168
-            this.getPosts({ clear: true })
168
+            this.getPosts({ clear: false })
169 169
 
170 170
             this.setIntersectionLoader()
171 171
         },

Loading…
取消
儲存