chore: refactor a lot, add codegen and upgrade vue

This commit is contained in:
2022-08-03 18:40:05 +02:00
parent 0e1ce42af2
commit e24b65c85b
42 changed files with 3854 additions and 1073 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
<template>
<div>
<v-layout row wrap v-for="event in events" :key="event.id">
<v-row v-for="event in events" :key="event.id" wrap>
<v-flex xs12>
<Event
:event="event"
:has-user="hasUser"
:toggleIgnore="toggleIgnore"
:toggle-ignore="toggleIgnore"
/>
</v-flex>
</v-layout>
</v-row>
</div>
</template>