Update apps/www/src/content/docs/components/combobox.md

This commit is contained in:
Sadegh Barati 2024-03-21 19:02:36 +03:30 committed by GitHub
parent 22a8f6e441
commit 1e90e02c43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}