From 9c2b0f30e8926f331fa6f70170d19a8b51356000 Mon Sep 17 00:00:00 2001 From: studentsning <2300382007@qq.com> Date: Thu, 9 Jan 2025 09:21:37 +0800 Subject: [PATCH] =?UTF-8?q?recall=20=E2=AD=90=20=E5=9B=9E=E6=BA=AF?= =?UTF-8?q?=E6=A0=87=E7=AD=BECard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/theme/index.js | 3 --- docs/components/Label.vue | 48 ++++++++++++++++++++++------------ 2 files changed, 32 insertions(+), 19 deletions(-) diff --git a/docs/.vitepress/theme/index.js b/docs/.vitepress/theme/index.js index a0acd94..5af28f8 100644 --- a/docs/.vitepress/theme/index.js +++ b/docs/.vitepress/theme/index.js @@ -6,11 +6,9 @@ import UpdatedTime from '../../components/UpdatedTime.vue'; import WordCount from '../../components/WordCount.vue'; import Home from '../../components/Home.vue'; import Layout from '../../components/Layout.vue'; -import { ElTag } from 'element-plus'; // css import '@fortawesome/fontawesome-free/css/all.css'; import '../style.css'; // 引入 Tailwind CSS -import 'element-plus/es/components/tag/style/css'; export default { ...DefaultTheme, @@ -19,6 +17,5 @@ export default { app.component('WordCount', WordCount); app.component('Home', Home); app.component('Layout', Layout); - app.component('ElTag', ElTag); // 标签 }, }; \ No newline at end of file diff --git a/docs/components/Label.vue b/docs/components/Label.vue index 7ac7cc0..f69e4df 100644 --- a/docs/components/Label.vue +++ b/docs/components/Label.vue @@ -3,9 +3,12 @@ 🏷 标签