diff --git a/playground/app.vue b/playground/app.vue index 3b86720f..c2b16a52 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -38,6 +38,7 @@ const components = [ 'popover', 'radio-group', 'select', + 'select-menu', 'separator', 'shortcuts', 'skeleton', diff --git a/playground/components/FormElementsExample.vue b/playground/components/FormElementsExample.vue index 6954927e..ea223584 100644 --- a/playground/components/FormElementsExample.vue +++ b/playground/components/FormElementsExample.vue @@ -54,7 +54,7 @@ function onSubmit(event: FormSubmitEvent) { - + diff --git a/playground/pages/input-menu.vue b/playground/pages/input-menu.vue index 7a302f01..0b51d402 100644 --- a/playground/pages/input-menu.vue +++ b/playground/pages/input-menu.vue @@ -62,7 +62,6 @@ const { data: users, pending } = await useFetch('https://jsonplaceholder.typicod :filter="false" icon="i-heroicons-user" placeholder="Search users..." - @update:open="searchTerm = ''" >