mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 18:02:34 +00:00
Fix various issues and remove debug comments.
This commit is contained in:
@@ -52,6 +52,11 @@ export default {
|
||||
emitEvent: true
|
||||
}
|
||||
},
|
||||
mounted: function () {
|
||||
this.$nextTick(function () {
|
||||
this.$refs.budget.tabIndex = 8;
|
||||
})
|
||||
},
|
||||
created() {
|
||||
this.collectData();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user