mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 03:39:00 +00:00
Rebuild front with some vuex storage.
This commit is contained in:
@@ -104,11 +104,15 @@ export default {
|
||||
props: {
|
||||
budgetLimit: {
|
||||
type: Object,
|
||||
default: {}
|
||||
default: function () {
|
||||
return {};
|
||||
}
|
||||
},
|
||||
budget: {
|
||||
type: Object,
|
||||
default: {}
|
||||
default: function () {
|
||||
return {};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user