This commit is contained in:
2021-05-19 19:45:47 +00:00
parent 24cd6b76d8
commit 1ce5449e51
3 changed files with 52 additions and 63 deletions

View File

@@ -8,6 +8,8 @@
return-object
:items="searchResults"
:label="label"
:hint="hint"
persistent-hint
item-text="name"
item-value="id"
item-disabled="!active"
@@ -87,6 +89,10 @@ export default {
variant: {
type: String,
default: null
},
hint: {
type: String,
default: null
}
},
watch: {