From ff32358bc596cd9ecf798c903db4952643d69ba8 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 (halo-dev/console#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 7e3213dc5..0f0933a42 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 }} - - +