Poprawki w order helperze

This commit is contained in:
2022-10-21 01:06:23 +02:00
parent e3a256c09a
commit 43f03070b2
6 changed files with 111 additions and 2 deletions
+2
View File
@@ -3,6 +3,8 @@ import { defineStore } from 'pinia';
export const useStore = defineStore('store', {
state: () => {
return {
helperModalOpen: false,
chosenOrderType: 'orderN' as 'orderO' | 'orderS' | 'orderN',
chosenLocalOrderId: '',