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