mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
Lokalne zapisywanie rozkazów
This commit is contained in:
+3
-1
@@ -3,7 +3,8 @@ import { defineStore } from 'pinia';
|
||||
export const useStore = defineStore('store', {
|
||||
state: () => {
|
||||
return {
|
||||
chosenOrderType: 'OrderN',
|
||||
chosenOrderType: 'orderN' as 'orderO' | 'orderS' | 'orderN',
|
||||
orderMode: 'OrderMessage',
|
||||
|
||||
orderFooter: {
|
||||
stationName: '',
|
||||
@@ -180,3 +181,4 @@ export const useStore = defineStore('store', {
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user