mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-20 02:01:19 +00:00
Rebuild new frontend.
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<script>
|
||||
export default {
|
||||
name: "MainPiggyList",
|
||||
mounted() {
|
||||
created() {
|
||||
axios.get('./api/v1/piggy_banks')
|
||||
.then(response => {
|
||||
this.loadPiggyBanks(response.data.data);
|
||||
|
||||
Reference in New Issue
Block a user