Procházet zdrojové kódy

:recycle: just testing build

tags/0.9.0
J před 4 roky
rodič
revize
929b675fef
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      vue-theme/src/pages/single.vue

+ 1
- 1
vue-theme/src/pages/single.vue Zobrazit soubor

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

Načítá se…
Zrušit
Uložit