Sfoglia il codice sorgente

:fire: removed another log

tags/0.9.0
J 4 anni fa
parent
commit
3103a5ede2
1 ha cambiato i file con 5 aggiunte e 4 eliminazioni
  1. 5
    4
      vue-theme/src/pages/list.vue

+ 5
- 4
vue-theme/src/pages/list.vue Vedi File

@@ -195,12 +195,13 @@ export default {
195 195
                 // console.warn('sort not found:', sort)
196 196
                 sort = null
197 197
             }
198
+            
199
+            // TODO: Track last loaded page per post type
200
+            // Less http calls
198 201
             this.page = 1
199
-            this.getPosts(true)
200
-
201
-            // Add the infinite scroll load
202
-            console.log('route setting intersection loader...')
203 202
             this.setIntersectionLoader()
203
+
204
+            this.getPosts(true)
204 205
         },
205 206
     },
206 207
     mounted() {

Loading…
Annulla
Salva