More zeros

This commit is contained in:
2020-01-24 15:14:18 +01:00
parent ebcbf7c119
commit c089a91047

View File

@@ -22,7 +22,7 @@ export default {
},
computed: {
price: function() {
return this.amount * 100
return this.amount * 1000
}
},
methods: {