mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-20 02:01:19 +00:00
Rebuild frontend
This commit is contained in:
@@ -103,7 +103,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
console.log('mounted account list.');
|
||||
//console.log('mounted account list.');
|
||||
axios.get('./api/v1/accounts?type=' + this.$props.accountTypes)
|
||||
.then(response => {
|
||||
this.loadAccounts(response.data.data);
|
||||
|
||||
Reference in New Issue
Block a user