From 314f0279a60f933512ff830d8bb63e1ce527b56c Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Wed, 24 Jul 2024 08:18:08 +0800 Subject: [PATCH] threepage --- public/index.html | 2 +- src/App.vue | 27 ++++++++- src/assets/styles/index.scss | 3 +- src/views/index.vue | 6 ++ src/views/pageThree/index.vue | 109 +++++++++++++++++++++++++++------- 5 files changed, 123 insertions(+), 24 deletions(-) diff --git a/public/index.html b/public/index.html index edfd0ca..64f781f 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - +
diff --git a/src/App.vue b/src/App.vue index f26dc75..0575fe9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,34 @@