WIP MMCM
This commit is contained in:
@@ -11,7 +11,7 @@ export const useMMCMStore = defineStore('counter', {
|
||||
dateDelivery: null
|
||||
}),
|
||||
getters: {
|
||||
fullAddress: (state) => state.street + ' ' + state.zipCode + '' + state.city,
|
||||
fullAddress: (state) => state.street + ' ' + state.zipCode + ' ' + state.city,
|
||||
deliveryMethod: (state) => state.productList.filter(p => p.id === state.idProduct)[0].name,
|
||||
dateDeliveryString: (state) => new Date(state.dateDelivery).toLocaleDateString("fr-FR")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user