Explorar el Código

:recycle: just testing build

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

+ 1
- 1
vue-theme/src/pages/single.vue Ver fichero

@@ -218,8 +218,8 @@ export default {
218 218
                 post => post.slug == this.$route.params.slug,
219 219
             )[0]
220 220
 
221
+            console.log(this)
221 222
             if (!singlePostData) return
222
-
223 223
             await this.$store.dispatch(
224 224
                 `getSingle${dePluralize(type)}`,
225 225
                 singlePostData.id,

Loading…
Cancelar
Guardar