split add event in smaller components

This commit is contained in:
les
2020-10-25 00:31:38 +02:00
parent 732643ecf3
commit cf5975e7ba
6 changed files with 423 additions and 324 deletions

View File

@@ -13,7 +13,7 @@
v-file-input(
v-model='file'
accept=".ics"
:label="$t('common.ics')"
:label="$t('event.ics')"
:hint="$t('event.import_ICS')"
persistent-hint
)