diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9ccbe79..e919009 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,6 +13,7 @@ "chart.js": "^4.4.1", "clipboard": "^2.0.11", "core-js": "^3.29.0", + "moment": "^2.30.1", "pinia": "^2.1.7", "qrcode.vue": "^3.4.1", "roboto-fontface": "*", diff --git a/frontend/package.json b/frontend/package.json index b67d9c3..58ce358 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,6 +14,7 @@ "chart.js": "^4.4.1", "clipboard": "^2.0.11", "core-js": "^3.29.0", + "moment": "^2.30.1", "pinia": "^2.1.7", "qrcode.vue": "^3.4.1", "roboto-fontface": "*", diff --git a/frontend/src/components/DateTime.vue b/frontend/src/components/DateTime.vue index cd4e3c7..a1b2fc2 100644 --- a/frontend/src/components/DateTime.vue +++ b/frontend/src/components/DateTime.vue @@ -10,7 +10,7 @@ @@ -42,6 +42,8 @@