Update apps/www/src/content/docs/components/combobox.md
This commit is contained in:
parent
22a8f6e441
commit
1e90e02c43
|
|
@ -82,7 +82,7 @@ const value = ref('')
|
|||
<Check
|
||||
:class="cn(
|
||||
'mr-2 h-4 w-4',
|
||||
value?.value === framework.value ? 'opacity-100' : 'opacity-0',
|
||||
value === framework.value ? 'opacity-100' : 'opacity-0',
|
||||
)"
|
||||
/>
|
||||
{{ framework.label }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user