Fix typescript errors

This commit is contained in:
2022-02-11 22:18:00 +00:00
parent 1af69b047d
commit cd0b370b50
4 changed files with 36 additions and 31 deletions

View File

@ -8,7 +8,7 @@ interface State {
}
export const useBudgetsStore = defineStore('budget', {
state: () => ({
state: (): State => ({
CurrentBudgetID: null,
}),
getters: {