Add icons on event edit fields

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-10-14 13:07:50 +02:00
parent 3feb3183d9
commit b200b1c2b2
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
field="description"
:loading="isFetching"
@typing="getAsyncData"
icon="map-marker"
@select="option => selected = option">
<template slot-scope="{option}">

View File

@ -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')">