minor
This commit is contained in:
@@ -52,6 +52,7 @@
|
|||||||
v-model='event.image'
|
v-model='event.image'
|
||||||
persistent-hint
|
persistent-hint
|
||||||
accept='image/*')
|
accept='image/*')
|
||||||
|
v-img.col-12.col-sm-2.ml-3(v-if='mediaPreview' :src='mediaPreview')
|
||||||
|
|
||||||
//- tags
|
//- tags
|
||||||
v-col(cols=12 md=6)
|
v-col(cols=12 md=6)
|
||||||
@@ -61,7 +62,6 @@
|
|||||||
:delimiters="[',', ' ']"
|
:delimiters="[',', ' ']"
|
||||||
:items="tags.map(t => t.tag)"
|
:items="tags.map(t => t.tag)"
|
||||||
:label="$t('common.tags')")
|
:label="$t('common.tags')")
|
||||||
v-img.col-12.col-sm-2.ml-3(v-if='mediaPreview' :src='mediaPreview')
|
|
||||||
|
|
||||||
v-card-actions
|
v-card-actions
|
||||||
v-spacer
|
v-spacer
|
||||||
|
|||||||
Reference in New Issue
Block a user