mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-19 09:41:22 +00:00
Rebuild new frontend.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
export default {
|
||||
name: "MainBillsList",
|
||||
mounted() {
|
||||
created() {
|
||||
axios.get('./api/v1/bills?start=' + window.sessionStart + '&end=' + window.sessionEnd)
|
||||
.then(response => {
|
||||
this.loadBills(response.data.data);
|
||||
|
||||
Reference in New Issue
Block a user