Explorar el Código

[FIX] separator in cart total component

Gogs hace 8 años
padre
commit
9774d4bd45
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/CartTotal.vue

+ 1 - 1
src/components/CartTotal.vue

@@ -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