diff --git a/docs/.vitepress/theme/components/Layout.vue b/docs/.vitepress/theme/components/Layout.vue
index 8d57471b..b70d38aa 100644
--- a/docs/.vitepress/theme/components/Layout.vue
+++ b/docs/.vitepress/theme/components/Layout.vue
@@ -2,6 +2,7 @@
import DefaultTheme from 'vitepress/theme'
import GithubStarsButton from './GithubStarsButton.vue'
import Banner from './Banner.vue'
+import Tag from './Tag.vue'
const { Layout } = DefaultTheme
@@ -26,5 +27,11 @@ const bannerConfig = {
+
+
+
+
+
+