From 91e2f2ff33070fe6c556db11c8f56c8a0746e4b5 Mon Sep 17 00:00:00 2001
From: gyq <875626088@qq.com>
Date: Mon, 26 Feb 2024 16:16:02 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitignore | 2 +
src/views/home/components/category.vue | 95 ++++++++++++++++++++++++++
2 files changed, 97 insertions(+)
create mode 100644 src/views/home/components/category.vue
diff --git a/.gitignore b/.gitignore
index a3b620c..62d0178 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,8 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
+node_modules
+
dist
dist-ssr
*.local
diff --git a/src/views/home/components/category.vue b/src/views/home/components/category.vue
new file mode 100644
index 0000000..9fa727c
--- /dev/null
+++ b/src/views/home/components/category.vue
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
\ No newline at end of file