Fix various issues and remove debug comments.

This commit is contained in:
James Cole
2021-12-10 16:42:02 +01:00
parent 219c3c11f9
commit f32bdd6c76
22 changed files with 240 additions and 145 deletions

View File

@@ -52,6 +52,11 @@ export default {
emitEvent: true
}
},
mounted: function () {
this.$nextTick(function () {
this.$refs.budget.tabIndex = 8;
})
},
created() {
this.collectData();
},