diff --git a/package.json b/package.json index 5cb54b7..2a4fe67 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ "pinia": "2.0.22", "vue": "3.2.45", "vue-cropper": "1.0.3", - "vue-router": "4.1.4" + "vue-router": "4.1.4", + "dayjs": "^1.11.10" }, "devDependencies": { "@vitejs/plugin-vue": "3.1.0", diff --git a/src/layoutMain/components/Navbar.vue b/src/layoutMain/components/Navbar.vue index 179638e..62678f9 100644 --- a/src/layoutMain/components/Navbar.vue +++ b/src/layoutMain/components/Navbar.vue @@ -1,14 +1,20 @@