Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
chore(post): change the name of component to iterate multiple posts
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Oct 12, 2022
1 parent 8022ae7 commit f2b1dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ import {
determineUserDownVoted,
downVote,
totalVotes
} from "./../../pages/forum/post"
} from "../../pages/forum/post"
import Menu from "@/post/viewer/menu.vue"
import UpdatePostForm from "./viewer/update_post_form.vue"
Expand Down
4 changes: 2 additions & 2 deletions pages/forum/index.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
<CreatePostForm :is-shown="isCreateShown" @close="hideCreateForm"/>

<PostViewer/>
<MultiplePostViewer/>
</div>
<!--body end-->

Expand Down Expand Up @@ -55,7 +55,7 @@ import {
import makeSwitch from "$@/helpers/make_switch"
import PostViewer from "@/post/viewer.vue"
import MultiplePostViewer from "@/post/multiviewer.vue"
import CreatePostForm from "@/post/create_post_form.vue"
import type { Post } from "./data"
Expand Down

0 comments on commit f2b1dca

Please sign in to comment.