mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 19:48:11 +00:00
refactor: calculating stock speed limit
This commit is contained in:
+1
-3
@@ -25,13 +25,11 @@ import {
|
||||
totalWeight,
|
||||
} from './utils/vehicleUtils';
|
||||
|
||||
import i18n from './i18n-setup';
|
||||
import http from './http';
|
||||
|
||||
import realCompositionsJSON from './data/realCompositions.json';
|
||||
|
||||
export const useStore = defineStore({
|
||||
id: 'store',
|
||||
export const useStore = defineStore('store', {
|
||||
state: () => ({
|
||||
chosenCar: null as ICarWagon | null,
|
||||
chosenLoco: null as ILocomotive | null,
|
||||
|
||||
Reference in New Issue
Block a user