diff --git a/package.json b/package.json index 2deac9e..b9c556b 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "axios": "^1.8.4", "crypto-js": "^4.2.0", "dayjs": "^1.11.13", + "lodash": "^4.17.21", "pinia": "^3.0.2", "pinia-plugin-persistedstate": "^4.2.0", "plyr": "^3.7.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e4a1318..fbfef05 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,6 +20,9 @@ importers: dayjs: specifier: ^1.11.13 version: 1.11.13 + lodash: + specifier: ^4.17.21 + version: 4.17.21 pinia: specifier: ^3.0.2 version: 3.0.2(vue@3.5.13) @@ -1914,6 +1917,9 @@ packages: lodash.debounce@4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} + lodash@4.17.21: + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} @@ -4593,6 +4599,8 @@ snapshots: lodash.debounce@4.0.8: {} + lodash@4.17.21: {} + lru-cache@10.4.3: {} lru-cache@5.1.1: diff --git a/src/App.vue b/src/App.vue index ee983d3..e058cca 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,4 +1,14 @@ - +