This commit is contained in:
James Cole
2020-08-01 15:31:11 +02:00
parent f3b116cfce
commit 35d30fea9c
77 changed files with 2273 additions and 1978 deletions

View File

@@ -66,7 +66,7 @@
},
data() {
return {
selected: this.value,
selected: this.value ?? 0,
budgets: [],
}
},