feat: loading data from clipboard; error detection

This commit is contained in:
2025-03-07 14:04:58 +01:00
parent c9459eb8f4
commit ff6622bc29
12 changed files with 147 additions and 65 deletions
+2
View File
@@ -44,6 +44,8 @@ export const useStore = defineStore({
stockList: [] as IStock[],
cargoOptions: [] as any[][],
storageStockList: [] as IStock[][],
swapVehicles: false,
chosenStockListIndex: -1,