Convert frontend to Vue #3

Merged
jacob1123 merged 158 commits from vue into master 2022-02-08 22:20:11 +01:00
Showing only changes of commit 1d39fc7976 - Show all commits

View File

@ -8,6 +8,7 @@ export default {
</script>
<template>
<h1>Budget</h1>
<h1>
<a href="/dashboard"></a>
{{$store.getters.CurrentBudget.Name}}
@ -53,7 +54,4 @@ export default {
<a href="/api/v1/user/logout">Logout</a>
</li>
</ul>
<h1>Budget</h1>
<p>{{ $route.params.budgetid }}</p>
<p v-for="account in $store.getters.Accounts">{{ account.Name }} / {{ account.Balance.Int / 100 }}</p>
</template>