Add icons on event edit fields
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3feb3183d9
commit
b200b1c2b2
@ -8,6 +8,7 @@
|
||||
field="description"
|
||||
:loading="isFetching"
|
||||
@typing="getAsyncData"
|
||||
icon="map-marker"
|
||||
@select="option => selected = option">
|
||||
|
||||
<template slot-scope="{option}">
|
||||
|
@ -36,7 +36,7 @@
|
||||
</div>
|
||||
|
||||
<b-field :label="$t('Website / URL')">
|
||||
<b-input v-model="event.onlineAddress" placeholder="URL" />
|
||||
<b-input icon="link" v-model="event.onlineAddress" placeholder="URL" />
|
||||
</b-field>
|
||||
|
||||
<!--<b-field :label="$t('Category')">
|
||||
|
Loading…
Reference in New Issue
Block a user