浏览代码

:recycle: just testing build

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

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

@@ -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,

正在加载...
取消
保存