Skip to content

Commit

Permalink
format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
mittalyashu committed May 22, 2021
1 parent 5d5b975 commit 8581ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/post/Post.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="post">
<Vote
<vote
:post-id="postData.postId"
:votes-count="postData.voters.votesCount"
:is-voted="postData.voters.viewerVote"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/posts/_slug/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div v-if="isPostExist" class="viewpost">
<div class="viewpost__vote">
<div>
<Vote
<vote
:post-id="post.postId"
:votes-count="post.voters.votesCount"
:is-voted="post.voters.viewerVote"
Expand Down

0 comments on commit 8581ece

Please sign in to comment.