日期选择器

This commit is contained in:
2025-11-17 20:33:45 +08:00
parent 40bd6e5a22
commit 5fd691c7b5
9 changed files with 246 additions and 1 deletions
+7
View File
@@ -12,6 +12,7 @@
"@tabler/icons-vue": "^3.35.0",
"axios": "^1.13.2",
"bootstrap": "^5.3.8",
"litepicker": "^2.0.12",
"pinia": "^3.0.4",
"vue": "^3.5.22",
"vue-i18n": "^11.1.12",
@@ -2349,6 +2350,12 @@
"dev": true,
"license": "MIT"
},
"node_modules/litepicker": {
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/litepicker/-/litepicker-2.0.12.tgz",
"integrity": "sha512-1N0sZJca/eALvS1hbJsVqKXwJAmp0BsJn73kZKWGGLjZkvjKr7HXGPV+/shu60aEY/JXoOg2XUmo7hbdIOsFpQ==",
"license": "MIT"
},
"node_modules/lru-cache": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",