浏览代码

:poop: adding a dumb log to check staging

tags/0.9.0
J 4 年前
父节点
当前提交
50293a1edc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      vue-theme/src/pages/single.vue

+ 2
- 0
vue-theme/src/pages/single.vue 查看文件

@@ -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()

正在加载...
取消
保存