Rebuild frontend.

This commit is contained in:
James Cole
2021-01-03 07:11:44 +01:00
parent ff2640276c
commit d24a046570
42 changed files with 939 additions and 185 deletions

View File

@@ -29,6 +29,7 @@
:data="descriptions"
:placeholder="$t('firefly.description')"
:showOnFocus=true
autofocus
:minMatchingChars="3"
:serializer="item => item.description"
@hit="selectedDescription = $event"