diff --git a/packages/ui/package.json b/packages/ui/package.json index 5dd44a0..17381e8 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -61,6 +61,7 @@ "electron-vite": "^2.0.0", "eslint": "^8.56.0", "eslint-plugin-vue": "^9.20.1", + "lodash-es": "^4.17.21", "prettier": "^3.2.4", "sass": "^1.70.0", "typescript": "^5.3.3", diff --git a/packages/ui/src/renderer/src/features/FlyingCompanyLogoList/index.vue b/packages/ui/src/renderer/src/features/FlyingCompanyLogoList/index.vue index 0d8385b..62329f4 100644 --- a/packages/ui/src/renderer/src/features/FlyingCompanyLogoList/index.vue +++ b/packages/ui/src/renderer/src/features/FlyingCompanyLogoList/index.vue @@ -11,6 +11,7 @@