From a4c68287d21bb33389f43c86ffb3bd0de3aeece0 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Thu, 29 Aug 2024 20:14:13 +0800 Subject: [PATCH] feat(theme): add blog tags and category slots --- theme/src/client/components/Blog/VPBlog.vue | 9 +++++++++ theme/src/client/components/Blog/VPBlogCategories.vue | 2 ++ theme/src/client/components/Blog/VPBlogTags.vue | 2 ++ theme/src/client/components/VPContent.vue | 9 +++++++++ theme/src/client/layouts/Layout.vue | 9 +++++++++ 5 files changed, 31 insertions(+) diff --git a/theme/src/client/components/Blog/VPBlog.vue b/theme/src/client/components/Blog/VPBlog.vue index 5e814d4c..9ed725d4 100644 --- a/theme/src/client/components/Blog/VPBlog.vue +++ b/theme/src/client/components/Blog/VPBlog.vue @@ -35,6 +35,12 @@ const { theme, page } = useData() + +