From 25726131350ec2d5d8d2f0daddfffa574254ba2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=93=E5=8F=91=E5=8F=97=E9=95=BF=E7=94=9F?= Date: Wed, 22 Dec 2021 16:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E7=94=A8vant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/App.vue | 25 +++++++++++-------------- src/assets/css/variable.css | 4 ++++ src/main.js | 14 ++++++++++++++ src/views/Guide.vue | 4 ++-- src/views/Introduce.vue | 33 ++++++++++++++++++++++++++++----- yarn.lock | 31 +++++++++++++++++++++++++++++++ 7 files changed, 91 insertions(+), 21 deletions(-) create mode 100644 src/assets/css/variable.css diff --git a/package.json b/package.json index a42a17b..d4e9da4 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "axios": "^0.22.0", "core-js": "^3.6.5", "dayjs": "^1.10.7", + "vant": "^3.3.7", "vue": "^3.2.16", "vue-axios": "^3.3.7", "vue-router": "^4.0.11", diff --git a/src/App.vue b/src/App.vue index 734c5fd..a886a60 100644 --- a/src/App.vue +++ b/src/App.vue @@ -46,9 +46,14 @@ export default {