More zeros
This commit is contained in:
@@ -22,7 +22,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
price: function() {
|
||||
return this.amount * 100
|
||||
return this.amount * 1000
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user