mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
Poprawki w order helperze
This commit is contained in:
@@ -3,6 +3,8 @@ import { defineStore } from 'pinia';
|
||||
export const useStore = defineStore('store', {
|
||||
state: () => {
|
||||
return {
|
||||
helperModalOpen: false,
|
||||
|
||||
chosenOrderType: 'orderN' as 'orderO' | 'orderS' | 'orderN',
|
||||
chosenLocalOrderId: '',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user