From 9493be2150e2a581a4f0deb90601094808e777de Mon Sep 17 00:00:00 2001 From: Wayne Hsu Date: Sat, 18 Feb 2023 07:15:23 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E4=BA=BA=E8=84=88?= =?UTF-8?q?=E7=B4=80=E9=8C=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 11 ++ package.json | 1 + public/index.html | 25 +++-- src/assets/css/common.less | 1 + src/components/HelloWorld.vue | 59 ---------- src/plugins/vant.js | 7 +- src/views/Home.vue | 198 ++++++++++++++++++++++++---------- 7 files changed, 173 insertions(+), 129 deletions(-) delete mode 100644 src/components/HelloWorld.vue diff --git a/package-lock.json b/package-lock.json index e49c013..75f865c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "axios": "^0.26.1", "core-js": "^3.6.5", + "dayjs": "^1.11.7", "vant": "^3.4.7", "vue": "^3.0.0", "vue-router": "^4.0.0-0", @@ -5422,6 +5423,11 @@ "node": ">=0.10" } }, + "node_modules/dayjs": { + "version": "1.11.7", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", + "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + }, "node_modules/debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", @@ -19164,6 +19170,11 @@ "assert-plus": "^1.0.0" } }, + "dayjs": { + "version": "1.11.7", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", + "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + }, "debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", diff --git a/package.json b/package.json index a26a829..68df55f 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "dependencies": { "axios": "^0.26.1", "core-js": "^3.6.5", + "dayjs": "^1.11.7", "vant": "^3.4.7", "vue": "^3.0.0", "vue-router": "^4.0.0-0", diff --git a/public/index.html b/public/index.html index 083249a..b6027eb 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +1,20 @@ - - - - - + + + + + <%= htmlWebpackPlugin.options.title %> - +