Skip to content

Commit

Permalink
검색 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkBeomMin committed Dec 29, 2023
1 parent 429f2e7 commit f55aacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/posts/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const randomPlaceholder = computed(() => {
// });
const getPostList_ = async () => {
await useAsyncData("posts", async () => {
await useAsyncData("posts_", async () => {
await getPostList();
});
};
Expand Down

0 comments on commit f55aacd

Please sign in to comment.