From f213264f24ad9262748ce4d582a9fcbff326899e Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 9 Sep 2023 23:57:31 +0800 Subject: [PATCH] feat(post): add author --- src/pages/posts/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/posts/index.vue b/src/pages/posts/index.vue index 8554467..6e41aa1 100644 --- a/src/pages/posts/index.vue +++ b/src/pages/posts/index.vue @@ -7,7 +7,10 @@ const posts = usePosts()