From 4833ac20256eebddddde1f442ae3f420f66bd61a Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 15 Aug 2022 16:11:48 +0800 Subject: [PATCH] feat: refine category management page ui Signed-off-by: Ryan Wang --- src/modules/contents/posts/PostList.vue | 8 +- .../posts/categories/CategoryList.vue | 110 +++++++++++++++++- .../components/CategoryEditingModal.vue | 53 +++++++++ 3 files changed, 163 insertions(+), 8 deletions(-) create mode 100644 src/modules/contents/posts/categories/components/CategoryEditingModal.vue diff --git a/src/modules/contents/posts/PostList.vue b/src/modules/contents/posts/PostList.vue index 1c74bde02..ae64e5560 100644 --- a/src/modules/contents/posts/PostList.vue +++ b/src/modules/contents/posts/PostList.vue @@ -3,7 +3,6 @@ import { IconAddCircle, IconArrowDown, IconBookRead, - IconDeleteBin, IconSettings, VButton, VCard, @@ -107,12 +106,7 @@ onMounted(() => {