From 2310fecc03919b7e4c73891c925eddda1dce1c1b Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 21 Feb 2022 11:40:08 +0800 Subject: [PATCH] refactor: post list tag rendering using PostTag component (#443) Signed-off-by: Ryan Wang --- src/views/post/PostList.vue | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/src/views/post/PostList.vue b/src/views/post/PostList.vue index 7e3213dc..0f0933a4 100644 --- a/src/views/post/PostList.vue +++ b/src/views/post/PostList.vue @@ -210,13 +210,7 @@ >{{ category.name }}
- {{ tag.name }} - + @@ -243,7 +237,7 @@ twoToneColor="red" type="pushpin" /> - + - - - {{ tag.name }} - - +