Merge pull request 'feat(can): 소수점이 잘못 표기되던 버그 수정' (#79) from test into main

Reviewed-on: #79
This commit is contained in:
2025-10-10 08:58:35 +00:00

View File

@@ -40,7 +40,7 @@
hide-default-footer hide-default-footer
> >
<template v-slot:item.priceStr="{ item }"> <template v-slot:item.priceStr="{ item }">
{{ formatMoney(item.price, item.currency) }} {{ formatMoney(item.priceStr, item.currency) }}
</template> </template>
<template v-slot:item.can="{ item }"> <template v-slot:item.can="{ item }">