docs: missing .value for combobox usage (#947)

This commit is contained in:
slow-groovin 2024-12-17 12:32:11 +08:00 committed by GitHub
parent 693b0d2a08
commit 5b1f952e0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ const value = ref('')
<CommandItem <CommandItem
v-for="framework in frameworks" v-for="framework in frameworks"
:key="framework.value" :key="framework.value"
:value="framework" :value="framework.value"
@select="open = false" @select="open = false"
> >
<Check <Check