@@ -31,7 +31,7 @@
},
methods: {
getTotal() {
- return accounting.format(this.total, this.decimals, '.', ',')
+ return accounting.format(this.total, this.decimals, this.separator, ',')
getSymbol() {
return this.symbol