Convert frontend to Vue #3

Merged
jacob1123 merged 158 commits from vue into master 2022-02-08 22:20:11 +01:00
104 changed files with 10576 additions and 3031 deletions
Showing only changes of commit 2646c5d3b7 - Show all commits

View File

@ -42,9 +42,7 @@ export default defineComponent({
<h1>{{ $store.getters.CurrentAccount.Name }}</h1>
<p>
Current Balance:
<span
:class="$store.getters.CurrentAccount.Balance.Int < 0 ? 'negative' : ''"
>{{ $store.getters.CurrentAccount.Balance.Int / 100 }}</span>
<Currency :value="$store.getters.CurrentAccount.Balance" />
</p>
<table>
<tr>