Przeglądaj źródła

:poop: adding a dumb log to check staging

tags/0.9.0
J 4 lat temu
rodzic
commit
50293a1edc
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2
    0
      vue-theme/src/pages/single.vue

+ 2
- 0
vue-theme/src/pages/single.vue Wyświetl plik

@@ -225,6 +225,8 @@ export default {
225 225
             //  navigating TO a single page
226 226
             const path = to.fullPath.split('/').filter(p => p)
227 227
             const hasSort = path.filter(fragment => Object.values(sortTypes).includes(fragment))
228
+            console.log('hasSort :', hasSort)
229
+            console.log('path :', path)
228 230
             if (path.length < 1 && hasSort.length < 1) {
229 231
                 this._clearHero(this.$store)
230 232
                 this.loadPostData()

Ładowanie…
Anuluj
Zapisz