瀏覽代碼

Click to go to post

sbkwgh 8 年之前
父節點
當前提交
8251e881e4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/routes/UserPosts.vue

+ 1 - 0
src/components/routes/UserPosts.vue

@@ -16,6 +16,7 @@
 				v-for='(post, index) in posts'
 				:post='post'
 				:show-thread='true'
+				:click-for-post='true'
 				:class='{"post--last": index === posts.length-1}'
 			></thread-post>
 			<thread-post-placeholder