Fix an issue with TagInput

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-09-29 18:21:44 +02:00
parent 9e4378d4db
commit 120d79d580

View File

@@ -16,7 +16,7 @@
:data="filteredTags"
autocomplete
:allow-new="true"
:field="path"
:field="'title'"
icon="label"
maxlength="20"
maxtags="10"