finish add/buy in frontend

This commit is contained in:
2019-10-03 12:37:22 +02:00
parent 2e7afa9bb0
commit 60b489e8fd
6 changed files with 50 additions and 42 deletions

View File

@@ -56,8 +56,8 @@
props: ["wealth", "debt"],
data () {
return {
editing: false,
edit_value: 0,
editing: false,
edit_value: 0,
};
},
methods: {
@@ -66,8 +66,8 @@
this.resetValues();
},
resetValues () {
this.editing = false;
this.edit_value = 0;
this.editing = false;
this.edit_value = 0;
}
},
computed: {