Explorar el Código

:poop: more logs

tags/0.9.0
J hace 4 años
padre
commit
36151677b1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      vue-theme/src/pages/single.vue

+ 2
- 0
vue-theme/src/pages/single.vue Ver fichero

@@ -216,7 +216,9 @@ export default {
216 216
             const singlePostData = allPostsOfType.filter(
217 217
                 post => post.slug == this.$route.params.slug,
218 218
             )[0]
219
+            console.log(singlePostData)
219 220
             console.log('single res:', res)
221
+            
220 222
             if (!singlePostData) return
221 223
 
222 224
             // NOT plural

Loading…
Cancelar
Guardar