change store reference
This commit is contained in:
parent
7bbc20cd14
commit
4d1d3844fd
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ export default {
|
|||
return damageString === 'match' ? '' : damageString;
|
||||
},
|
||||
vehicleDeductible() {
|
||||
const deductible = this.mainStore.order.currentDeductible;
|
||||
const deductible = useMainStore().order.currentDeductible;
|
||||
return deductible;
|
||||
},
|
||||
formattedDeductible() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue