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 b52c4cb787 - Show all commits

View File

@ -50,7 +50,7 @@ export default {
<h1>Danger Zone</h1>
<v-row>
<v-col>
<v-card max-width="380">
<v-card>
<v-card-header>
<v-card-header-text>
<v-card-title>
@ -66,8 +66,8 @@ export default {
</v-card-actions>
</v-card>
</v-col>
<v-col max-width="380">
<v-card max-width="380">
<v-col>
<v-card>
<v-card-header>
<v-card-header-text>
<v-card-title>
@ -83,8 +83,8 @@ export default {
</v-card-actions>
</v-card>
</v-col>
<v-col max-width="380">
<v-card max-width="380">
<v-col>
<v-card>
<v-card-header>
<v-card-header-text>
<v-card-title>
@ -95,6 +95,7 @@ export default {
Transaktionen:
<input type="file" @change="gotTransactions" accept="text/*" />
</label>
<br />
<label for="assignments_file">
Budget:
<input type="file" @change="gotAssignments" accept="text/*" />