src/utils/filter.js @@ -16,7 +16,7 @@ let str = Number(number).toLocaleString(locale, options); if (showCurrencySymbol) { str = str.replace("¥", ""); str = str.replace("円", ""); } return str; }