mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
Responsywność, sidebar
This commit is contained in:
+5
-2
@@ -3,6 +3,8 @@ import { defineStore } from 'pinia';
|
||||
export const useStore = defineStore('store', {
|
||||
state: () => {
|
||||
return {
|
||||
chosenOrderType: 'OrderN',
|
||||
|
||||
orderInfo: {
|
||||
stationName: '',
|
||||
checkpointName: '',
|
||||
@@ -80,10 +82,10 @@ export const useStore = defineStore('store', {
|
||||
chosenRows: [1],
|
||||
|
||||
header: {
|
||||
orderNo: '',
|
||||
orderNo: '1',
|
||||
trainNo: '',
|
||||
for: 'pociągu',
|
||||
date: '',
|
||||
date: new Date().toLocaleDateString('pl-PL', { day: '2-digit', month: 'long' }),
|
||||
},
|
||||
|
||||
row1: {
|
||||
@@ -116,3 +118,4 @@ export const useStore = defineStore('store', {
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user