finish add/buy in frontend
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user