mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 03:42:54 +00:00
Rebuild new frontend.
This commit is contained in:
@@ -102,7 +102,7 @@ export default {
|
||||
accounts: []
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
created() {
|
||||
console.log('mounted account list.');
|
||||
axios.get('./api/v1/accounts?type=' + this.$props.accountTypes)
|
||||
.then(response => {
|
||||
|
Reference in New Issue
Block a user