feat(can): 소수점이 잘못 표기되던 버그 수정 #79

Merged
klaus merged 1 commits from test into main 2025-10-10 08:58:36 +00:00

View File

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