mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
edit
This commit is contained in:
parent
1bbbe5e0cb
commit
8285d6f2f6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ v-container.container.pa-0.pa-md-3
|
||||||
v-card-title
|
v-card-title
|
||||||
h4 {{ edit ? $t('common.edit_event') : $t('common.add_event') }}
|
h4 {{ edit ? $t('common.edit_event') : $t('common.add_event') }}
|
||||||
v-spacer
|
v-spacer
|
||||||
v-btn(link text color='primary' @click='openImportDialog = true')
|
v-btn(outlined color='primary' @click='openImportDialog = true')
|
||||||
<v-icon v-text='mdiFileImport'></v-icon> {{ $t('common.import') }}
|
<v-icon v-text='mdiFileImport'></v-icon> {{ $t('common.import') }}
|
||||||
v-dialog(v-model='openImportDialog' :fullscreen='$vuetify.breakpoint.xsOnly')
|
v-dialog(v-model='openImportDialog' :fullscreen='$vuetify.breakpoint.xsOnly')
|
||||||
ImportDialog(@close='openImportDialog = false' @imported='eventImported')
|
ImportDialog(@close='openImportDialog = false' @imported='eventImported')
|
||||||
|
|
Loading…
Reference in a new issue