slowly looking somewhat decently

This commit is contained in:
vabene1111
2021-01-13 03:13:07 +01:00
parent bb43ed203a
commit 6ff0e3b7b3
6 changed files with 166 additions and 28 deletions

View File

@ -18,7 +18,6 @@ export default {
},
methods: {
calculateAmount: function (x) {
console.log("calculated amount")
return calculateAmount(x, this.factor)
}
}