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
|
<Check
|
||||||
:class="cn(
|
:class="cn(
|
||||||
'mr-2 h-4 w-4',
|
'mr-2 h-4 w-4',
|
||||||
value?.value === framework.value ? 'opacity-100' : 'opacity-0',
|
value === framework.value ? 'opacity-100' : 'opacity-0',
|
||||||
)"
|
)"
|
||||||
/>
|
/>
|
||||||
{{ framework.label }}
|
{{ framework.label }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user