From fa922291ea2d474e83a4fa798a0fbc305ca9d3a1 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Tue, 23 Apr 2024 19:42:09 +0200 Subject: [PATCH] fix chinese datapicker #105 --- frontend/package-lock.json | 1 + frontend/package.json | 1 + frontend/src/components/DateTime.vue | 10 ++++++++-- 3 files changed, 10 insertions(+), 2 deletions(-) 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 @@