diff --git a/src/pages/writing/[slug].vue b/src/pages/writing/[slug].vue index efec757..c19f608 100644 --- a/src/pages/writing/[slug].vue +++ b/src/pages/writing/[slug].vue @@ -1,5 +1,5 @@ @@ -39,7 +40,7 @@ const { data: posts } = await usePosts() - {{ post.publishedAt }} + {{ format(post.publishedAt) }} {{ post.description }} @@ -50,7 +51,7 @@ const { data: posts } = await usePosts() - {{ post.publishedAt }} + {{ format(post.publishedAt) }} {{ post.readingMins }} min.
{{ post.description }} @@ -50,7 +51,7 @@ const { data: posts } = await usePosts() - {{ post.publishedAt }} + {{ format(post.publishedAt) }} {{ post.readingMins }} min.
{{ post.publishedAt }}
{{ format(post.publishedAt) }}
{{ post.readingMins }} min.