mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Cleanup JS
This commit is contained in:
@@ -61,7 +61,7 @@ export default {
|
||||
no_bill: String,
|
||||
},
|
||||
mounted() {
|
||||
console.log('bill: mounted');
|
||||
// console.log('bill: mounted');
|
||||
this.loadBills();
|
||||
},
|
||||
data() {
|
||||
@@ -72,7 +72,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
value: function () {
|
||||
console.log('bill: value changed to ' + this.value);
|
||||
// console.log('bill: value changed to ' + this.value);
|
||||
this.selected = this.value;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user