fix: typo
This commit is contained in:
parent
b5b5d4f02b
commit
eeaaa0cf9f
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ const summaryPrice = defineModel<{
|
|||
totalPrice: number;
|
||||
totalDiscount: number;
|
||||
vat: number;
|
||||
vatExlucded: number;
|
||||
vatExcluded: number;
|
||||
finalPrice: number;
|
||||
}>('summaryPrice', {
|
||||
required: true,
|
||||
|
|
@ -66,6 +66,7 @@ const summaryPrice = defineModel<{
|
|||
totalPrice: 0,
|
||||
totalDiscount: 0,
|
||||
vat: 0,
|
||||
vatExcluded: 0,
|
||||
finalPrice: 0,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue