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 %> - +