finesse on Blobs

This commit is contained in:
lesion
2022-06-07 21:10:17 +02:00
parent 080ffca56e
commit 8cdfd1a8f7
7 changed files with 26 additions and 19 deletions

View File

@@ -53,7 +53,7 @@
chips small-chips multiple deletable-chips hide-no-data hide-selected persistent-hint
cache-items
@input.native='searchTags'
:delimiters="[',', ';']"
:delimiters="[',', ';', '#']"
:items="tags"
:menu-props="{ maxWidth: 400, eager: true }"
:label="$t('common.tags')")