docs: missing .value for combobox usage (#947)
This commit is contained in:
parent
693b0d2a08
commit
5b1f952e0a
|
|
@ -76,7 +76,7 @@ const value = ref('')
|
|||
<CommandItem
|
||||
v-for="framework in frameworks"
|
||||
:key="framework.value"
|
||||
:value="framework"
|
||||
:value="framework.value"
|
||||
@select="open = false"
|
||||
>
|
||||
<Check
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user