From acac2aff61a7f2ac49d223f3d863ac17d90dd272 Mon Sep 17 00:00:00 2001 From: nurRiyad Date: Sun, 8 Jan 2023 22:12:33 +0600 Subject: [PATCH] add category topic page Signed-off-by: nurRiyad --- components/category/card.vue | 2 +- components/category/topic.vue | 9 +++++++++ pages/categories/[category].vue | 24 +++++++++++++++++++++--- 3 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 components/category/topic.vue diff --git a/components/category/card.vue b/components/category/card.vue index 67d8756..b015b8b 100644 --- a/components/category/card.vue +++ b/components/category/card.vue @@ -27,7 +27,7 @@ const randbgcolor = ref(`${color.at(getRandomInt(0, 8))}`)