From 95fdc9c80aed6e45c7cc43ce25cb55dfccd6abb7 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Sun, 22 Sep 2019 09:20:16 +0800 Subject: [PATCH] =?UTF-8?q?sidebar=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vuepress/theme/components/SidebarGroup.vue | 129 ++++++++++++++++++ .../{ => theme}/components/SidebarLinks.vue | 5 +- 2 files changed, 133 insertions(+), 1 deletion(-) create mode 100644 .vuepress/theme/components/SidebarGroup.vue rename .vuepress/{ => theme}/components/SidebarLinks.vue (92%) diff --git a/.vuepress/theme/components/SidebarGroup.vue b/.vuepress/theme/components/SidebarGroup.vue new file mode 100644 index 0000000..ea4ce13 --- /dev/null +++ b/.vuepress/theme/components/SidebarGroup.vue @@ -0,0 +1,129 @@ + + + + + diff --git a/.vuepress/components/SidebarLinks.vue b/.vuepress/theme/components/SidebarLinks.vue similarity index 92% rename from .vuepress/components/SidebarLinks.vue rename to .vuepress/theme/components/SidebarLinks.vue index 41ad37b..a689463 100644 --- a/.vuepress/components/SidebarLinks.vue +++ b/.vuepress/theme/components/SidebarLinks.vue @@ -24,7 +24,7 @@